Redeliver Order

Requeue order.paid (and order.fulfilled if applicable) to the listing’s agent_callback_url. Uses attempt=1 with no initial delay. Idempotent via Idempotency-Key header. Rate limited: 10/hour/order, 100/hour/api-key. Returns scheduled_attempts=0 if the listing has no agent_callback_url.

Authentication

AuthorizationBearer

API key (lb_ prefix). Pass as: Authorization: Bearer lb_...

Path parameters

order_idstringRequired

Order ID (ord_ prefixed).

Response

Successful Response
order_idstring
The order whose events were requeued.
scheduled_attemptsinteger

Count of events re-scheduled for delivery. Zero means the listing has no agent_callback_url.

object"redelivery_ack"

Discriminator for client-side response typing.

Errors

401
Unauthorized Error
404
Not Found Error
422
Unprocessable Entity Error
429
Too Many Requests Error