{
"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"
}
},
"sellers": [
{
"identifier": "seller_abc123",
"name": "ABC Electronics Store",
"business_info": {
"address": {
"country_code": "US",
"city": "San Francisco",
"state": "California",
"street": "123 Market St, Suite 100",
"postcode": "94105"
},
"email": "contact@abcstore.com",
"phone_number": "+1-555-1234",
"registration_date": "2020-03-15"
}
}
]
}