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

接口说明

The carrier are used to push tracking information.

Path

HTTP Verb URL
Post/services/integration/carrier/bagging

Request field

#Field (API)Data TypeLengthMandatoryDetails
1barcodeString40M

The barcode on the scanned
label, if a label contains more
than one barcode, separated by
";"

2bagNoString40MBag number
3operatingAccountString40OThe account of operator in eTower

Response content

Field

Type

Mandatory/
Optional

Description

status

 

Enumeration

M

Success/Failure

errors

 

Arrays

O

Errors

100009

Order is not existed

300003

Bag is not existed

data

 

Objects

M

Operational Data

 

trackingNo

String

M

Tracking number

 

bagNo

String

M

Bag number,If the package has been bagged, return the correct bag number in the system

 

baggingStatus

Enumeration

M

Bagging status:
1. bagged successfully
2. bagged

3. despatched
4. hold
5. unweighed
7. The order do no match
the bag number
8. The bag is overweight
9. bag closed


Request message


Request
{
  "barcode": "BJR2048503011420",
  "bagNo": "DEMOSYD20210315123456",
  "operatingAccount": "test.li@buylogic.cc"
}

Response message

Response
{
    "status": "Success",
    "errors": null,
    "data": {
              "trackingNo": "LVS2020933301951164N1",
              "bagNo": "680009900001/0055-76",
              "baggingStatus": 9
           }  
}

Bag number

  • 无标签