POD Order
Retry failed POD order
Retry đơn FAILED — đưa lại vào queue để push sang Shopify. Tối đa 5 lần retry.
Authorization
ClientToken AuthorizationBearer <token>
Bearer token issued by Infinitee. Pass in the Authorization: Bearer <token> header.
In: header
Path Parameters
order_id*string
Format
uuidResponse Body
application/json
curl -X POST "https://example.com/v1/orders/pod/497f6eca-6276-4993-bfeb-53cbbbba6f08/retry"{ "order_id": "93101167-9065-4b9c-b98b-5d789a3ed9fe", "reference_id": "string", "status": "PENDING", "duplicate": true, "queue_position": 0, "pricing": { "subtotal": 0, "shipping_total": 0, "discount_amount": 0, "grand_total": 0 }, "created_at": "2019-08-24T14:15:22Z"}
