页面树结构
转至元数据结尾
转至元数据起始

Description

Get Tracking No. according to Reference No.

Path

HTTP Verb URL
Post/services/shipper/trackingNumbers

Request parameters

Field (API)Data TypeLengthMandatoryDetails
Reference No
String80MThe interface accepts up to 300 orders at a time.

Response content

Field

Type

Not null

Explain

status

enumeration

yes

Success/Failure

errors

array

no

errors

referenceNo (orderId)

object

yes

referenceNo

trackingNo

char string

yes

trackingNo

Request message

Request
["Marco-20200806140620"]

Response message


Response
{
    "status": "Partial Success",
    "errors": [
        {
            "code": 110075,
            "message": "The order Macro-8765 is not generated tracking number."
        }
    ],
    "data": [
        {
            "status": "Success",
            "errors": null,
            "orderId": "Marco-20200806140620",
            "trackingNo": "JDQ002445701000931502"
        },
        {
            "status": "Failure",
            "errors": [
                {
                    "code": 110075,
                    "message": "The order Macro-8765 is not generated tracking number."
                }
            ],
            "orderId": "Macro-8765",
            "trackingNo": null
        }
    ]
}

  • 无标签