Flavours webhooks keep you updated on important product and inventory events in real-time. Here's the event you can subscribe to for product-related changes:Delivery Events#
products.CREATED
Triggered when a new product is created in the system. This event provides comprehensive details about the product, including its modifiers, pricing, and inventory information.
products.UPDATED
Signifies a change in the product information.Product Structures#
Field | Type | Description |
---|
market_id | string | The Id of the market this product belongs to. |
product_category_id | integer | The category ID for the product. |
name_en | string | The English name of the product. |
stock | integer | Current stock quantity of the product. |
preparation_time | integer | Estimated preparation time. |
modifiers | array | List of modifier for the product. |
Modified at 2025-05-11 10:38:24