转至元数据结尾
转至元数据起始

路径:post  api/supplier-service/v1/shipTrack/updateFbaBox

Host: http://cfs-qa.etowertech.com/

Content-Type: application/json

Accept: application/json

Authorization:WallTech etotestgVlagwntp7XHS2mfa_m:JsRmmZWmJJ_rSowIKYKH1w

X-WallTech-Date:Tue, 19 Aug 2025 07:11:19 GMT


请求样例

使用JSON列表格式

[
    {
        "fbaBoxId": "FBA06753421000001",
        "trackingNo": "123456"
    },
    {
        "fbaBoxId": "FBA06753421000002",
        "trackingNo": "123456"
    }
]

参数:

字段名

数据类型

长度

必填性

描述

fbaBoxId

String

50

M

 fba箱号

trackingNo

String

50

M

转单号


返回样例:

{
    "code": "0",
    "data": {
        "failureList": [
            {
                "errorMsg": "{0}在ship track推送表中找不到的",
                "fbaBoxId": "FBA06753421000091"
            }
        ],
        "successFbaBoxIds": [
            "FBA06753421000001"
        ]
    },
    "errors": "",
    "message": "",
    "messageId": "",
    "success": true,
    "warnList": ""
}

   


 


  • 无标签