Webhook
Cart optimizer run failed
Fires when a cart-optimizer run fails — for example when full coverage was required but not achievable.
Body
required
application/json
- Type: objectdatarequired
- Type: stringevent
Id requiredIdempotency key — stable across delivery retries.
- Type: string Format: date-timetimestamprequired
An ISO 8601 date-time in UTC, e.g.
2024-08-14T10:23:11.000Z. - typeconst:optimizer.run.failedrequired
Responses
- 2
X X Acknowledged. Return any 2XX status to ack receipt; non-2XX triggers Svix's retry schedule.
Request Example for postoptimizer.run.failed
{
"type": "optimizer.run.failed",
"eventId": "opt_9f2c1a7b3d4e5f60.failed",
"timestamp": "2026-07-08T18:44:23.000Z",
"data": {
"runId": "opt_9f2c1a7b3d4e5f60",
"reason": "full coverage required"
}
}
No Body