{
"event_type": "product.created", // product.updated
"payload": {
"product_id": "123e4567-e89b-12d3-a456-426614174000",
"product_name": "Premium Coffee Maker",
"product_number": "PCM-2024",
"translations": {
"name": [
{
"country_code": "us",
"value": "Premium Coffee Maker"
},
{
"country_code": "es",
"value": "Cafetera Premium"
}
],
"description": [
{
"country_code": "us",
"value": "High-end coffee maker with temperature control"
},
{
"country_code": "es",
"value": "Cafetera de alta gama con control de temperatura"
}
],
"html_description": [
{
"country_code": "us",
"value": "<p>High-end coffee maker with temperature control</p>"
},
{
"country_code": "es",
"value": "<p>Cafetera de alta gama con control de temperatura</p>"
}
],
"slug": [
{
"country_code": "us",
"value": "premium-coffee-maker"
},
{
"country_code": "es",
"value": "cafetera-premium"
}
]
},
"files": [],
"images": [
{
"id": "123e4567-e89b-12d3-a456-426614174001",
"url": "https://example.com/images/coffee-maker.jpg",
"alt": "Premium Coffee Maker",
"status": "active",
"title": "Premium Coffee Maker - Main Image",
"copyright": "© 2024 Your Brand",
"sort": 1
}
],
"slug": "premium-coffee-maker",
"status": "active",
"seo": {
"meta_title": "Premium Coffee Maker | Your Brand",
"meta_title_translations": [
{
"country_code": "us",
"value": "Premium Coffee Maker | Your Brand"
}
],
"meta_description": "Discover our high-end coffee maker with precise temperature control.",
"meta_description_translations": [
{
"country_code": "us",
"value": "Discover our high-end coffee maker with precise temperature control."
}
]
},
"description": "High-end coffee maker with temperature control",
"html_description": "<p>High-end coffee maker with temperature control</p>",
"markets": [
{
"id": "123e4567-e89b-12d3-a456-426614174002",
"name": "United States",
"slug": "us",
"country_code": "US",
"locale": "en-US",
"currency_code": "USD",
"active": true
}
],
"is_active": true,
"brand": {
"id": "123e4567-e89b-12d3-a456-426614174003",
"name": "Your Brand",
"series": {
"id": "123e4567-e89b-12d3-a456-426614174004",
"name": "Premium Series"
}
},
"custom": {
"warranty_years": "2",
"energy_rating": "A+"
},
"third_party_links": [
{
"id": "123e4567-e89b-12d3-a456-426614174005",
"type": "manual",
"title": "User Manual",
"url": "https://example.com/manuals/coffee-maker.pdf",
"created_at": "2024-02-12T10:00:00Z",
"updated_at": "2024-02-12T10:00:00Z"
}
]
}
}