Order Detail
POST /open/order/detail
application/json
Header
-apiKey
请求参数
| 参数名(Parameter Name) | 变量(Variable) | 类型[长度限制] Type [Length Limit] | 必填(Required) | 描述(Description) |
|---|---|---|---|---|
| 订单号(Order ID) | orderId | string | 是(yes) | 客户系统的订单号,唯一(system’s unique order ID) |
Example Request
{
"orderId":"fbb_uid_loc_111309"
}返回参数 Return
| 参数名(Parameter Name) | 变量(Variable) | 类型[长度限制] Type [Length Limit] | 必填(Required) | 描述(Description) |
|---|---|---|---|---|
| 订单号(Order ID) | orderId | string | 是(yes) | 客户系统的订单号,唯一 (system’s unique order ID) |
| 费用(Charge) | charge | number | 是(yes) | 收取的费用 (Charges) |
| 余额( Balance) | balance | number | 是(yes) | 账户的余额(Account Balance) |
| 包装列表(Packages) | packages | Array | 是(yes) | |
| - 面单号( Tracking Number) | trackingNum | string | 是(yes) | 物流单号(Tracking No.) |
| - 面单地址(Label Url) | labelUrl | string | 是(yes) | 物流单号地址,png或者pdf格式 (Label Url, in PNG or PDF format) |
| ### Example Response | ||||
` |
||||
| { | ||||
| “code”: “0”, | ||||
| “msg”: “SUCCESS”, | ||||
| “data”: { | ||||
| “orderId”: “fbb_uid_loc_111309”, | ||||
| “charge”: 3.31, | ||||
| “packages”: [ | ||||
| { | ||||
| “trackingNum”: “9214490221582765567560”, | ||||
| “labelUrl”: “https://testms.fbbship.com/label/fee9e55e6441412fb8b12c2624c89769.png" | ||||
| } | ||||
| ] | ||||
| } | ||||
| } | ||||
` |
作者:小谢 创建时间:2024-08-06 13:58
最后编辑:小谢 更新时间:2025-03-28 15:43
最后编辑:小谢 更新时间:2025-03-28 15:43