docs
  1. Webhooks
  2. Product Events
  3. Product-deleted

product-deleted

A product-deleted event is triggered whenever a shop product gets deleted.

Filters applicable for Webhook.

Filter TypeField used in payload for filter
Merchant includes/excludesmerchantReferenceKey

Example:

Properties:

  • key string
  • occurredAt string (date-time ISO 8601)
  • version integer
  • meta object
    • tenantKey string
  • type string
  • payload object
    • id integer
    • referenceKey string
    • merchantReferenceKey array<string>
    • name object
    • state enum (live, problem, inApproval, blocked, draft)
    • isComposite boolean
    • master object
      • referenceKey string
        • categories object
          • isLocked boolean
          • paths array
        • attributes array<object> (optional)
          • name string
          • type string
          • value array
          • isLocked boolean
          • shopCountrySpecific array<object>
            • value object
            • isLocked boolean
            • shopKey string
            • countryCode string
    • attributes array<object> (optional)
      • name string
      • type string
      • value array
      • isLocked boolean
      • shopCountrySpecific array<object>
        • value object
        • isLocked boolean
        • shopKey string
        • countryCode string
    • problems array<string>
    • images array
      • id integer
      • referenceKey string
      • name string (optional)
      • assertUrl string
      • mimeType string
      • position integer
      • attributes array (optional)
    • variants array
      • id integer
      • ean string
      • referenceKey string
      • merchantReferenceKey array
      • isComposite boolean
      • attributes array<object> (optional)
        • name string
        • type string
        • value array
        • isLocked boolean
        • shopCountrySpecific array<object>
          • value object
          • isLocked boolean
          • shopKey string
          • countryCode string
      • relatedVariants array<object> (optional)
        • variantReferenceKey string
        • isMainVariant boolean
      • customData object (optional)
    • sellableTimeframes object
      • shopKey string
      • countryCode string
      • sellableFrom string (date-time ISO 8601)
      • sellableTo string (date-time ISO 8601)
    • customData object (optional)