price.catalog.updated

When the catalog prices have been changed

Payload

{
  "event": "price.catalog.updated",
  "product": {
    "id": 20, // Catalog Product ID
    "sku": "CM100"
  },
  "prices": [
    {
      "amount": 12,
      "min_quantity": 1,
      "max_quantity": 5
    },
    {
      "amount": 11,
      "min_quantity": 6,
      "max_quantity": 10
    }
  ],
  "client_id": 5,
  "updated_at": "2026-07-17T06:03:56-04:00"
}