Skip to main content
This section covers all webhook events related to products, including product creation, updates, and deletions.

Event Types

The following product-related events are available:
  • product.created - Triggered when a new product is created
  • product.updated - Triggered when an existing product is modified
  • product.deleted - Triggered when a product is deleted
  • product_status.changed - Triggered when a product’s status changes

Product Created/Updated Event

The product.created and product.updated events share the same payload structure.

Event Structure

variant_groups is omitted (or empty) when the product has no variant groups.

Field Descriptions

Product Deleted Event

The product.deleted event is triggered when a product is removed from the system.

Event Structure

Field Descriptions

Product Status Changed Event

The product_status.changed event is triggered when a product’s status is modified.

Event Structure

Field Descriptions