{
"event": "product.updated",
"id": "evt_ghi789",
"created_at": "2025-01-15T14:32:00Z",
"data": {
"account": "1",
"country": "6",
"targets": [
{
"storeId": "805",
"channelId": "0E049503-85CF-E511-80C6-000D3A3261F3",
"listName": "Menu App"
},
{
"storeId": "806",
"channelId": "0E049503-85CF-E511-80C6-000D3A3261F3",
"listName": "Menu App"
}
],
"products": [
{
"productId": "prod_001",
"name": "Classic Burger",
"description": "Beef patty, lettuce, tomato, pickles",
"standardTime": true,
"featured": false,
"type": "PRODUCT",
"priceInfo": {
"price": 1200,
"salePrice": 1000,
"suggestedPrice": 1200,
"suggestedPointPrice": 0
},
"taxesInfo": [
{
"vatRatePercentage": 12,
"name": "VAT",
"type": "VAT"
}
],
"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": {}
}
],
"modifierGroups": [
{
"modifierId": "mod_001",
"modifier": "Choose your size",
"minOptions": 1,
"maxOptions": 1,
"visible": true,
"position": 1,
"type": "single",
"modifierOptions": [
{
"optionId": "opt_001",
"productId": "prod_size_small",
"default": true,
"position": 1
}
]
}
],
"categories": [
{
"categoryId": "cat_001",
"categoryName": "Burgers",
"displayInList": true,
"featured": false,
"crossSellingCategory": false,
"position": 1,
"images": [],
"childCategories": [],
"productListing": [
{
"productId": "prod_001",
"position": 1
}
],
"schedules": []
}
]
}
}