...
# | Field (API) | Data Type | Length | Mandatory | Details | |
1 | weighedTime | String | 80 | O | 称重时间 时间格式:yyyyWeighing time
| |
2 | weight | String | 80 | M | 重量,单位公斤(KG)weight:unitisKG | |
3 | operatingAccount | String | 40 | O操作员在eTower中的账号 | operatoraccountineTower | |
4 | barcode | String | 64 | M | 订单跟踪号trackingNo |
Response content
a) status:Succeeded/Failed
b) code:
140001条码在系统中不存在 | Barcodedoesn’texist |
100011没有操作权限,无法操作订单 | Donothavepermissiontooperateparcel |
120053重量超过最大限重40kg | Weightbeyondmaxlimitation40kg |
100009订单不存在 | Shipmentdoesn’texist |
c) eventId:Event唯一标识deventId:theuniqueidentifierofEvent
e) nextAction:
NO_ACTION |
Noneedtotakenextstep |
NO_CHANNEL_STEP |
Accountdoesn’thaveoperationpermission |
UNMANIFESTED |
Didn’tdispatchmanifest | |
KYC_HOLD | Kyc hold |
FINANCE_DETENTION |
Detainedforfinanceproblem |
SHIPPER_HOLD |
Detainedbyshipper |
BATTERY_HOLD |
Detainedforcontainbattery |
BULKY_CARGO_HOLD |
Detainedbyintegratorinbatches |
CONTRABAND_HOLD |
Detainedforcontaincontraband |
OTHER_HOLD |
Detainedforotherreasons |
RETURN_HELD |
Detainedforreturning |
DESPATCHED |
Shipmenthasbeendispatchedfromwarehouse |
WEIGHING |
weighing |
HOLD |
订单已扣留
OVER_LOAD_WARN
Parcelhasbeendetained | |
DUPLICATE_SCAN | Rescanning |
PACKING_PROBLEMS |
Packingthatareimproperhasbeendetained. |
WEIGHING_EXCEED |
Parcelofpoorweighthasbeendetained |
OVER_SIZE |
Parcelisoverweightandoutofsize. |
REPEAT_RECIPIENT |
Recipientduplication. |
NON_CONFORMANCE_DECLARATION |
申报不符
...
Declarationisunmatched. | |
HS_CODE_HOLD | HsCodehasbeendetained |
f) timeformat:yyyy-MM-dd'T'HH:mm:ssZ
f) serviceName:该包裹所属服务名称
...
e) serviceName:Servicenamethatparcelbelongsto
Request message
代码块 | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
{ "status": "Succeeded", "code": 0, "eventId": "Uexz-WGRbp-YRBS7vINvgQ", "barcode": "BJR2048503011420", "receivedTime": "2016-05-10T16:37:47+0800", "weighedTime": "2016-05-10T19:22:47+0800", "dispatchedTime": null, "scannedTime": "2016-05-10T18:37:47+0800", "lastScannedTime": null, "trackingNo": "BJR2048503011420", "weight": 0.8, "nextAction": "NO_ACTION", "serviceName": "MiniPak EU Direct Injection" } |
...
Response message
代码块 | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
{ "status": "Succeeded", "code": 0, "eventId": "f946Glg9EbzrQ4FV4oZluQ", "barcode": "BJR2048503011420", "receivedTime": "2016-05-10T16:37:47+0800", "weighedTime": null, "dispatchedTime": null, "scannedTime": "2016-05-10T18:37:47+0800", "lastScannedTime": null, "trackingNo": "BJR2048503011420", "nextAction": "WEIGHING", "serviceName": "MiniPak EU Direct Injection" } |
...