深圳众瑞
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. 尾程打单

scanform

POST
/openapi/ots_order/scanForm
scanform

请求参数

Body 参数application/json

示例
{
    "trackingNoList": [
        "9200190358940700000425",
        "9200190358940700000432"
    ],
    "mailingDate": "2024-12-31 00:03:03",
    "overwriteMailingDate": "Y",
    "entryFacilityZIPCode": "11201",
    "fromAddress": {
        "name": "SHIPPING DEPT",
        "state": "NY",
        "city": "Jamaica",
        "zipCode": "11434",
        "address": "147-06 176th ST"
    }
}

请求示例代码

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/scanForm' \
--header 'Content-Type: application/json' \
--data-raw '{
    "trackingNoList": [
        "9200190358940700000425",
        "9200190358940700000432"
    ],
    "mailingDate": "2024-12-31 00:03:03",
    "overwriteMailingDate": "Y",
    "entryFacilityZIPCode": "11201",
    "fromAddress": {
        "name": "SHIPPING DEPT",
        "state": "NY",
        "city": "Jamaica",
        "zipCode": "11434",
        "address": "147-06 176th ST"
    }
}'

返回响应

🟢200成功
application/json
Body

示例
{
    "code": 200,
    "msg": null,
    "data": {
        "refundStatusDetailList": [
            {
                "trackingNoList": [
                    "9200190358940700000425",
                    "9200190358940700000432"
                ],
                "message": null,
                "result": "success",
                "manifestNumber": "93750123456000000000003284",
                "scanFormUrl": "http://113.90.151.164:19000/ots/ots/2024/12/31/93750123456000000000003284_19e328.pdf"
            }
        ]
    }
}
修改于 2025-08-29 08:17:53
上一页
查询轨迹
下一页
查询scanform
Built with