Flavours API Documentation
  1. Product Webhooks
Flavours API Documentation
  • Readme
  • Developer Guide
  • Authorization
  • Includables
  • Pagination
  • Sorting
  • Retrieve Market Information
  • Retrieve Branch Information
  • Me
    • Overview
    • Detail
      GET
  • Branches
    • Overview
    • List
      GET
    • Detail
      GET
    • Create
      POST
    • Update
      POST
    • Delete
      DELETE
  • Orders
    • Overview
    • List
      GET
    • Detail
      GET
    • Create
      POST
    • Calculate
      POST
    • Checkout
      POST
    • Update
      POST
    • Sync
      POST
  • Customers
    • Overview
    • List
    • Detail
    • Create
    • Update
  • Products
    • Overview
    • List
    • Detail
    • Create
    • Update
    • Delete
  • Product Categories
    • Overview
    • List
    • Detail
  • Discounts
    • Overview
    • List
    • Detail
    • Verify
  • Payment Methods
    • Overview
    • List
    • Detail
  • Table
    • Overview
    • List
    • Detail
    • Create
    • Update
    • Delete
  • Printer
  • Webhook
    • Orders Webhooks
      • Webhook Events
      • Payload
    • Product Webhooks
      • Webhook Events
      • Payload
    • Loyalty Webhooks
      • Promotional Coupon
    • Customers Webhooks
      • Webhook Events
      • Payload
    • Error Webhook
      • Stay Alert to Connectivity Issues
    • Third-Party
      • Ballurh
        • Install Ballurh
      • Loyapro
        • Loyalty
          • Check Reward
          • Redeem Reward
      • Bonat
        • Check Reward
        • Redeem Reward
      • Fai
        • Register Entity
  1. Product Webhooks

Webhook Events

Stay Informed About Product and Inventory Update#

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#

FieldTypeDescription
market_idstringThe Id of the market this product belongs to.
product_category_idintegerThe category ID for the product.
name_enstringThe English name of the product.
stockintegerCurrent stock quantity of the product.
preparation_timeintegerEstimated preparation time.
modifiersarrayList of modifier for the product.
Previous
Payload
Next
Payload
Built with