docs
  1. Events
  2. Product Events
  3. Product-master-updated

product-master-updated

A product-master-updated event is triggered when a product master is created, when an attribute or category is added to the existing product master. Any changes to products or variants will not trigger this event. The ID of the updated/created product master is added to a debouncer set, the processor will take the ID out of the debouncer only after a configured timeout which is by default 30 sec, and then a product-master-updated webhook is triggered.

Example:

Properties:

  • key string
  • occurredAt datetime
  • version integer
  • meta object
    • tenantKey string
  • payload object
    • referenceKey string
    • categories object
      • isLocked boolean
      • paths array
    • attributes array
      • name string
      • type string
      • value array
      • isLocked boolean
    • occurredeAt datetime
  • type enum (product-master-updated)