{
"category": "string",
"products": [
{
"desc": "string",
"effective_end_at": "string",
"effective_start_at": "string",
"name": "string",
"quantity": 0,
"seller": {
"identifier": "string",
"name": "string"
},
"sku": "string",
"type": "string",
"price": 0,
"url": "string"
}
],
"shipping": {
"name": "John Doe",
"phone": "+1234567890",
"address": {
"line1": "123 Main Street",
"line2": "Apartment 4B",
"city": "New York",
"state": "NY",
"postcode": "10001",
"country": "US"
}
}
}