Skip to main content

Product webhook events

Subscribe to product lifecycle events with product.created, product.updated, product.deleted, and stock changes with product.stock.updated.

Each delivered payload includes productId in identifiers. Use the product query to fetch the full product record.

{
"subscriptionId": "692597070fe21cfa5e6a010f",
"eventId": "692597070fe21cfa5e6a010a",
"eventType": "product.created",
"identifiers": {
"productId": "507f1f77bcf86cd799439011"
}
}

See the Product events reference for all product-related webhook types.