深圳众瑞
V1.0.0
  • V1.0.0
  • 1.0.1
  1. 尾程打单
深圳众瑞
V1.0.0
  • V1.0.0
  • 1.0.1
  • 对接方式(必读)
  • 尾程打单
    • 创建订单(USPS)
      POST
    • 创建订单(UPS&UPSMI&DHL&FEDEX)
      POST
    • 取消订单
      POST
    • 取消订单V2
      POST
    • 下载面单
      POST
    • 查询轨迹
      POST
    • scanform
      POST
    • 查询scanform
      POST
    • 修改重量
      POST
    • 订单试算
      POST
    • 查询订单
      POST
  • 清关
    • 清提派轨迹查询
      POST
  • 尾程轨迹
    • 注册运单号
      POST
    • 查询USPS轨迹
      POST
  1. 尾程打单

查询订单

POST
/openapi/ots_order/search/order/info
查询订单详情

请求参数

Body 参数application/json

示例
{
    "trackingNoList": [
        "9200190113821193170211469623"
    ]
}

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://im.imgloballlc.cn/prod-api/openapi/ots_order/search/order/info' \
--header 'Content-Type: application/json' \
--data-raw '{
    "trackingNoList": [
        "9200190113821193170211469623"
    ]
}'

返回响应

🟢200成功
application/json
Body

示例
{
    "code": 200,
    "msg": null,
    "data": {
        "orderInfoList": [
            {
                "trackNo": "92001903811219322702469623",
                "message": null,
                "orderNo": "ZR202504153200053",
                "customerOrderNo": "L0401447348tvrupb",
                "waybillUrl": "http://***/920111933371102469623_606d76.pdf",
                "billableQuantity": 0.02,
                "zoneCode": 5,
                "amount": 0,
                "orderFeeDetails": [
                    {
                        "expenseType": "运费",
                        "fee": 3.82
                    },
                    {
                        "expenseType": "运费",
                        "fee": -3.82
                    }
                ],
                "currencyCode": "USD",
                "orderStatus": "CANCEL",
                "failReason": ""
            }
        ]
    }
}
修改于 2025-08-29 08:17:53
上一页
订单试算
下一页
清提派轨迹查询
Built with