Outbound Order Query v2
Sandbox
Sandbox
POST
/3pp/outbound/v2/query
Outbound
After the seller placed an order on the 3PP site, if they want to monitor or view order fulfillment status, OC support 3PP querying orders information by an "order list" or by order creation time slot.
This interface is for querying order information, providing details such as order status,carrier, tracking number, and the fulfillment fees.
The fulfillment fees are estimated before outbound, and reflect the actual costs after outbound.
Return a maximum of 1000 results. Please narrow the search scope if it exceeds this limit.
出库前为预估费用,出库后,为真实扣费。
返回结果最多1000条,超出请缩小查询范围。
Request
Header Params
clientKey
string
required
vAuthorization
string
required
Access-Token
string
required
Then pass the value following the below format to Header.
Bearer+one space+access_token valueExample:
Thru the API get Access_token value, which is 'accesstokenvaluexxxxxxxx'.
Header Value is as below:
Bearer accesstokenvaluexxxxxxxx
Body Params application/json
Request samples
Responses
Modified at 2025-03-11 03:21:54