页面树结构

版本比较

标识

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

...

HTTP Verb URL
Post/services/shipper/update-order

请求参数

...

字段

...

必填/可选

...

长度

...

描述

...

orderId

...

M

...

80

...

请求id

...

weight

...

M

...

Double

...

替换原本重量的重量数值

...

weightUnit

...

O

...

2

...

重量单位,可填KG,G,L,Lb(大小写不区分),默认”KG”


请求内容


代码块
languagejs
borderStylesolid
firstline1
titleRequest
linenumberstrue
[
    {
      "address": {
          "country": "CA",
          "city": "Belle River",
          "postcode": "N0R 1A0",
          "addressLine1": "address line 1",
          "addressLine2": "",
          "addressLine3": "",
          "state": "ON"
      },
      "nativeDescription": "",
      "orderId": "Test001",
      "dimensionUnit": "",
      "length": 0,
      "description": "",
      "weight": 0,
      "invoiceValue": 0,
      "invoiceCurrency": "",
      "recipientCompany": "",
      "phone": "",
      "width": 0,
      "recipientName": "",
      "items": [{
          "hsCode": "",
          "nativeDescription": "",
          "originCountry": "",
          "description": "",
          "weight": 0,
          "sku": "sku",
          "itemCount": 0,
          "unitValue": 0
      }],
      "email": "",
      "height": 0,
      "weightUnit": ""
  }
  ]
  

...