price.product.updated

When the customized product prices have been changed

Payload

{
  "event": "price.product.updated",
  "product": {
    "id": 1834, // Product ID
    "sku": "CM719"
  },
  "prices": [
    {
      "amount": 10,
      "min_quantity": 1,
      "max_quantity": 5
    }
  ],
  "client_id": 5,
  "updated_at": "2026-07-17T06:43:31-04:00"
}