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