Events/Catalog
product.updated

Product 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": "d16de7fa-9c20-4291-b574-dda564fc0d1f",
  "event": "product.updated",
  "created": "2026-06-12T18:11:59.203Z",
  "data": {
    "id": "cj3no28iy4ng0000000000000",
    "slug": "beaded-lace-gele",
    "title": "Aso-Oke Headtie",
    "status": "draft",
    "basePriceKobo": 4752250,
    "action": "status_changed"
  }
}

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.