{
"event": {
"id": "evt_ghi789",
"type": "product.updated",
"executionId": "exec_ghi123",
"createdAt": "2025-01-15T14:32:00.000Z",
"timezone": "America/Guayaquil"
},
"data": {
"account": "1",
"country": "EC",
"groupId": "a3f7c2d1-84be-4e10-9b3a-2c5d6e7f8091",
"targets": [
{
"storeId": "b3d2a1f0-6e21-4c3a-9f5d-7a8b9c0d1e2f",
"storeName": "Laboratorio Brasil",
"vendorId": "100.6.1350",
"timezone": "America/Guayaquil",
"channels": [
{
"channelId": "d5f4c3b2-8043-4e5c-9b7f-9c0d1e2f3a4b",
"channelReferenceName": "iFood",
"listName": "Menu App"
}
]
},
{
"storeId": "c4e3b2a1-7f32-4d4b-8a6e-8b9c0d1e2f3a",
"storeName": "Vila Olimpia",
"vendorId": "100.6.1351",
"timezone": "America/Guayaquil",
"channels": [
{
"channelId": "d5f4c3b2-8043-4e5c-9b7f-9c0d1e2f3a4b",
"channelReferenceName": "iFood",
"listName": "Menu App"
}
]
}
],
"products": [
{
"productId": "prod_001",
"name": "Classic Burger",
"description": "Beef patty, lettuce, tomato, pickles",
"standardTime": true,
"featured": false,
"active": true,
"type": "PRODUCTO",
"priceInfo": {
"pointPrice": 0,
"price": 1000,
"referencePrice": 1200,
"suggestedPrice": 1200
},
"taxInfo": [
{ "vatRatePercentage": 12 }
],
"productModifiers": [
{
"modifierId": "mod_001",
"position": 1
}
],
"schedules": [
{
"day": "FRIDAY",
"startDate": "2025-01-01",
"endDate": "2025-12-31",
"startTime": "10:00",
"endTime": "22:30"
}
],
"images": [
{
"imageCategoryId": "img_prod_001",
"fileUrl": "https://cdn.example.com/products/classic-burger.jpg"
}
],
"upselling": ["prod_002"],
"crossSelling": ["prod_003"],
"tags": ["bestseller"],
"additionalInfo": {
"assignedAt": "2025-01-10T09:15:00Z"
}
},
{
"productId": "prod_size_small",
"name": "Small",
"description": "Small size",
"standardTime": true,
"featured": false,
"active": true,
"type": "MODIFIER",
"priceInfo": {
"pointPrice": 0,
"price": 0,
"referencePrice": 0,
"suggestedPrice": 0
},
"taxInfo": [],
"productModifiers": [],
"schedules": [],
"images": [],
"upselling": [],
"crossSelling": [],
"tags": [],
"additionalInfo": {}
}
],
"modifierGroups": [
{
"modifierId": "mod_001",
"modifier": "Choose your size",
"minOptions": 1,
"maxOptions": 1,
"type": "RADIO",
"modifierOptions": [
{
"optionId": "opt_001",
"productId": "prod_size_small",
"name": "Small",
"position": 1
}
]
}
],
"categories": [
{
"productCategoryId": "cat_001",
"name": "Burgers",
"displayInList": true,
"featured": false,
"position": 1,
"images": [],
"assignedAt": "2025-01-10T09:15:00Z",
"productListing": [
{
"productId": "prod_001",
"position": 1
}
],
"schedules": []
}
]
}
}