product.updatedProduct updated
A product was created or edited via dashboard, API, or import.
When this fires
A product was created, edited, or had its status changed — via dashboard, API, or bulk import.
Sample payload
This is the exact envelope shape we POST to your endpoint — outer wrapper plus the per-event data payload. Field values are randomised on each render so you see the general shape, not a fixed example.
json
{
"id": "1f229008-f30c-4363-9039-9a0bfec40cc2",
"event": "product.updated",
"created": "2026-09-11T01:03:46.519Z",
"data": {
"id": "cw9x0pvl3hf00000000000000",
"slug": "cotton-iro-&-buba",
"title": "Beaded Lace Gele",
"status": "draft",
"basePriceKobo": 2985155,
"action": "updated"
}
}Use cases
- Mirror the catalog to Instagram Shop, Google Shopping, or your storefront on another channel.
- Re-index search in a downstream system (Algolia, Meilisearch).
- Trigger image / asset optimisation pipelines.
Subscribe in the dashboard
To start receiving this event, add it to a webhook's subscription list in Developers → Webhooks. Wildcard subscriptions ( product.*) work too — see the webhooks guide for the matching rules.