ScanForm

The API retrieves the bulk scan form (ScanForm) via a POST request.

endpoint : https://api.ship-cheap.com/api/openapi/scanForm/create

POST : https://api.ship-cheap.com/api/openapi/scanForm/create

{
    "trackingNos": [
        "9234***********00"
    ]
}

Response :
{
    "code": 200,
    "message": "Success",
    "date": {
        "downloadFilePath": "******",
        "errorMsg": "下载成功"
    },
    "success": true
}
作者:admin  创建时间:2025-08-13 09:48
最后编辑:admin  更新时间:2025-11-20 10:25