Order Inquiry(shipping label)

Brief

Return shipping info. by foNos or referenceNos

URL

/v1/order/getLabelBase64

Method

post

Sample of Query

{
“foNos”: [
“test_ac95dffac713”
],
“referenceNos”: [
“test_1d7596f4d39d”
]
}

Request Parameter

Parameter Name Sample Mandatory Type Instructions
foNos ZF2510310001-NODIT no array foNos or referenceNos,anyone will do;Muptiple is supported,Less than 5 is suggested
referenceNos TEST202510310001 no array foNos or referenceNos,anyone will do;Muptiple is supported,Less than 5 is suggested

Sample of sussess return

[
{
“foNo”: “test_c304ad9ddfd1”,
“referenceNo”: “test_f4c1c2484576”,
“orderNo”: “test_8a1772379d8b”,
“trackingNumber”: “test_c642c75a681d”,
“label”: “pdf base64 string”,
“tips”: “”
}
]

Instructions of sample of failure return

Parameter Name Type Instructions
foNos string foNos
referenceNo string referenceNo
orderNo string orderNo
trackingNumber string trackingNumber
label string base64
tips string ATTENTION: WMS Tracking number is acquired asynchronously;Prompting message will be offered if acquring failure.It should be showed to ERP’s customer

Sample of failure return

{
“msg”: “操作成功”,
“code”: 200,
“data”: [
{
“foNo”: “ZF2311180004-TMS001”,
“referenceNo”: “SYS231118000161”,
“orderNo”: “SYS231118000161”,
“trackingNumber”: null,
“label”: “”,
“tips”: “Delivery postcode invalid”
}
]
}

作者:关冲  创建时间:2025-10-31 11:01
最后编辑:关冲  更新时间:2025-11-14 17:05