Skip to main content
PUT
Retry Product Delivery
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

/product//deliveries//retry Description: Retry a failed, rejected, or cancelled delivery. The delivery must be in a retryable state and must not have exceeded maximum retry attempts. Method: PUT Path Parameters: Retryable Statuses:
  • failed
  • error
  • rejected
  • cancelled
Limitations:
  • Cannot exceed maximum retry attempts (default: 3)

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Path Parameters

id
string
required

Product ID

deliveryId
string
required

Delivery ID

Response

Delivery retry initiated

status
string
Example:

"success"

message
string
Example:

"Delivery retry initiated"

data
object