docs

product-master-updated

A product-master-updated event is triggered when:

  • Product master is created
  • 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 string (date-time ISO 8601)
  • version integer
  • meta object
    • tenantKey string
  • type string
  • payload object
    • referenceKey string
    • categories object
      • isLocked boolean
      • paths array<string>
    • attributes array<object> (optional)
      • name string
      • type string
      • value array
      • isLocked boolean
      • shopCountrySpecific array<object>
        • value object
          • isLocked boolean
          • shopKey string
          • countryCode string