POD Order
List POD orders
Danh sách đơn POD của bạn, hỗ trợ cursor pagination và filter theo status.
Authorization
ClientToken AuthorizationBearer <token>
Bearer token issued by Infinitee. Pass in the Authorization: Bearer <token> header.
In: header
Query Parameters
status?string
Value in
- "PENDING"
- "PROCESSING"
- "SUCCESS"
- "SYNCED"
- "FULFILLED"
- "FAILED"
- "CANCELLED"
from?string
Format
date-timeto?string
Format
date-timelimit?integer
Range
value <= 100Default
20cursor?string
Pagination cursor from previous response.
Response Body
application/json
curl -X GET "https://example.com/v1/orders/pod"{ "data": [ { "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" } ], "next_cursor": "string"}
