Webhook Events
Stay Informed About Product and Inventory Update
Delivery Events
customers.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.customers.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-03-27 10:11:16