页面树结构

版本比较

标识

  • 该行被添加。
  • 该行被删除。
  • 格式已经改变。

...

Description

The operation station is used to update the actual weight of the package.

...

Path

HTTP Verb URL
Post/services/integration/carrier/weighed-event

...

Request field

时间格式:yyyy
#Field (API)Data TypeLengthMandatoryDetails
1barcodeString64MtrackingNo
2weighedTimeString80O

称重时间

Weighing time

  • Timeformat:yyyy-MM-dd'T'HH:mm:ssZ
  • 不传时间,默认当前时间
  • 2weightString80M

    重量,单位公斤(KG)

    3operatingAccountString40O操作员在eTower中的账号4barcodeString64M订单跟踪号

    ...

    • Systemdefaultscurrenttimeiftimeisnotuploaded.
    3operatingAccountString40OoperatoraccountineTower
    4weightDouble
    Mweight:unitisKG
    5lengthDouble
    Olength:unitis CM
    6widthDouble
    Owidth:unitis CM
    7heightDouble
    Oheight:unitis CM

    Response content

    a)   status:Succeeded/Failed

    b)   code:

    140001

    条码在系统中不存在

    Barcodedoesntexist

    100011

    没有操作权限,无法操作订单

    Donothavepermissiontooperateparcel

    120053

    重量超过最大限重40kg

    Weightbeyondmaxlimitation40kg

    100009

    订单不存在

    ...

    Shipmentdoesntexist

    300050Bagged


    c)   eventId:Event唯一标识deventId:theuniqueidentifierofEvent

    e)   nextAction:

    NO_ACTION

    无需进一步操作

    Noneedtotakenextstep

    NO_CHANNEL_STEP

    账号没有操作权限

    Accountdoesnthaveoperationpermission

    UNMANIFESTED

    订单没有预报

    Didntdispatchmanifest

    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

    RELABELCHANGE LABEL
    DIMENSION_MISSL/W/H is required

     f)    timeformat:yyyy-MM-dd'T'HH:mm:ssZ

    f)    serviceName:该包裹所属服务名称

    ...

    e)   serviceName:Servicenamethatparcelbelongsto


    Request message

    代码块
    languagejs
    borderStylesolid
    firstline1
    titleRequest
    linenumberstrue
    {
        "status": "Succeeded",
        "code": 0,
        "eventId": "Uexz-WGRbp-YRBS7vINvgQ", {
        "barcode": "BJR2048503011420",
        "receivedTime": "2016-05-10T16:37:47+0800",
        "weighedTime": "20162022-0511-10T1911T11:22:4748+0800",
        "dispatchedTimeoperatingAccount": null,
        "scannedTime": "2016-05-10T18:37:47+0800",
        "lastScannedTimeweight": null0.8,
        "trackingNolength": "BJR2048503011420"15,
        "weightwidth": 0.813,
        "nextActionheight": "NO_ACTION",
        "serviceName": "MiniPak EU Direct Injection"
      12
      }  
    

    ...


    Response message

    代码块
    languagejava
    firstline1
    titleResponse
    linenumberstrue
     {
        "status": "Succeeded",
        "code": 0,
        "eventId": "f946Glg9EbzrQ4FV4oZluQ",
        "barcode": "BJR2048503011420",
        "receivedTime": "20162022-0511-10T1611T11:3719:47+0800",
        "weighedTime": null2022-11-11T11:22:48+0800,
        "dispatchedTime": null,
        "scannedTime": "20162022-0511-10T1811T11:3720:47+0800",
        "lastScannedTime": null,
        "trackingNo": "BJR2048503011420",
        "nextAction": "WEIGHINGNO_ACTION",
        "serviceName": "MiniPak EU Direct Injection"
    }