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
  • data
    Type: object
    required
  • eventId
    Type: string
    required

    Idempotency key — stable across delivery retries.

  • timestamp
    Type: string Format: date-time
    required

    An ISO 8601 date-time in UTC, e.g. 2024-08-14T10:23:11.000Z.

  • type
    const:  
    optimizer.run.failed
    required
Responses
  • 2XX

    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