docs
  1. Webhooks
  2. Product Events
  3. Product-variant-stock-updated

product-variant-stock-updated

A product-variant-stock-updated event is triggered when the stock of a product variant changes.

Filters applicable for Webhook.

Filter TypeField used in payload for filter
Merchant includes/excludesmerchantReferenceKey

Example:

Properties:

  • key string
  • occurredAt string (date-time ISO 8601)
  • meta object
    • tenantKey string
  • type string
  • payload object
    • productVariant object
      • id integer
      • referenceKey string
    • product object
      • id integer
      • referenceKey string
    • warehouse object
      • id integer
      • referenceKey string
    • quantity integer
    • sellableWithoutStock boolean
    • createdAt string (date-time ISO 8601)
    • merchantReferenceKey string
    • expectedAvailabilityAt string (date-time ISO 8601) (optional)