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

正在查看旧版本。 查看 当前版本.

与当前比较 查看页面历史

« 前一个 版本 61 下一个 »

接口说明

一个订单对应一个包裹和它的商品描述、重量、派送地址等信息。

请求正文包含一个订单序列,最多可以一次性发送 300 个订单。 同时系统可以接受外部 API 对接系统所产生的包裹运单号 TrackingNo,不过此功能权限需 要经过 eTower 授权确认。 “facility”:需要向物流服务提供方咨询。

一票多件,我们会拿一票多件中第一票订单的ref no作为master ref no,作为一个关系来关联该订单以下pieces中的子单的关系。

路径

HTTP Verb URL
Post/services/shipper/orders

请求字段

1Field (API)Data Type

Length

MandatoryDetails
2referenceNoString80M客户端的订单唯一标识
3referenceNo1String80O客户端订单号
4trackingNoString40O跟踪号
5serviceCodeString64M服务代码,物流商提供
6incotermString3ODDU/DDP
7descriptionString60M英文品名
8nativeDescriptionString255O中文品名
9weightDouble M重量(>=0.000001)
10weightUnitString3O重量单位,枚举值:G, KG,LB
默认值:KG
11lengthDouble O
12widthDouble O
13heightDouble O
14volumeDouble O体积(>=0.01)
15dimensionUnitString3O长度单位,枚举值:M, CM
默认值:CM
16invoiceValueDouble M货值(>=0.01),与sum(itemCount * unitValue)的误差不能超过0.1
17invoiceCurrencyString3M币种,ISO货币代码
18pickUpBoolean1O枚举值:Y/N
默认值:N
19authorityToLeaveBoolean O不需要签名(置放于收货人门口)
20lockerServiceBoolean3O
21batteryTypeString64O电池类型,枚举值:
  • No Battery
  • Lithium Ion Polymer
  • Lithium Ion Alloy
默认值:No Battery
22batteryPackingString64O电池包装,枚举值:
  • No Battery
  • Inside Equipment
  • Packaged with Equipment
  • Battery Only
  • Other
默认值:No Battery
23dangerousGoodsBoolean O默认值:false
24skuString128O捡货清单,一般面单上会显示出来
25serviceOptionString60O 
26instructionString255O派送指令
27facilityString20O发件网点,物流商提供
28platformString20O平台代码
29recipientNameString50M收件人名称

限制英语/法语字符/非纯数字
自动去除特殊字符
30recipientTaxIdString100O收件人税号
31recipientCompanyString50O收件人公司名
32phoneString20O电话
33emailString50O邮箱
34addressLine1String200M地址第一行

限制英语/法语字符/非纯数字
自动去除特殊字符
35addressLine2String200O地址第二行
36addressLine3String80O地址第三行
37cityString80M城市
38stateString80M

限制英语/法语字符/非纯数字
自动去除特殊字符
39postcodeString16O邮编
40countryString2M国家二字代码
41shipperNameString50M发件人名称

限制英语/法语字符/非纯数字
自动去除特殊字符
42shipperPhoneString20O电话
43shipperAddressLine1String200O地址第一行
44shipperAddressLine2String200O地址第二行
45shipperAddressLine3String80O地址第三行
46shipperCityString80O城市
47shipperStateString80O
48shipperPostcodeString16O邮编
49shipperCountryString2O国家二字代码
50shipperEmailString80O客户邮箱
51returnOptionString100O退件选项
52returnNameString50M退件接收人名称
53returnAddressLine1String200M地址第一行
54returnAddressLine2String200O地址第二行
55returnAddressLine3String80O地址第三行
56returnCityString80M城市
57returnStateString80M
58returnPostcodeString16O邮编
59returnCountryString2M国家二字代码
60returnPhoneString50O退货电话
61orderItemsList OItem信息
62 itemNoString128MItem编号
63 skuString128MSKU
64 descriptionString60M英文品名
如果值为空,设置成订单级别的description
1. 不能包含设置的违禁品关键词
2. 必须是英文和法文字符或数字
65 nativeDescriptionString255O中文品名
66 hsCodeString60OHS Code
67 originCountryString60M国家二字代码,三字代码或名称
68 itemCountInteger M件数,>0
69 unitValueDouble M单价,>0
70 warehouseNo 50O截取前50个字符
71 productURLString512O产品链接
72 weightDouble OItem重量,转换成KG
73extendData Object O扩展字段
74 vendoridString12O税号
75 gstexemptionCodeSting4OGST免税码,如果vendorid正确,该字段值自动设置为“PAID”
76 senderTaxIdString255O发货人税号
77 InjectPortString256O订单配送港口,针对加拿大服务
78pieces
array[map,...]
O一票多件包裹信息
79
Parcel Info


单个包裹的请求字段结构同上方要求一致


响应说明

服务端返回与请求相对应的订单结果,包括:

1)     订单状态(status)

Failure(失败),Success(成功),Partial Success(部分成功);

2)     错误消息(errors)

2.1)出错代码(code);

2.2)错误消息(message);

3)     具体的消息列表(data)

   3.1)订单号(orderId)

   3.2)客户编号(referenceNo)

   3.3)跟踪号(trackingNo)

   3.4)该条记录操作状态(status)

   3.5)一票多件(piecesResult)

   3.6)扩展字段(extraProperty)

      3.6.1)飞入港口 (injectPort)

      3.6.2) 清关方式 (customsClearanceType)

   3.7)错误消息列表(errors)

      3.7.1)错误编码(code)

      3.7.2) 错误消息(message) 

   3.8)换单状态(relabelStatus): 0-不换单;1-待处理;2-已完成

4)     警告消息(warnings)

4.1)警告代码(code);

4.2)警告消息(message);




请求报文

单票创建
Request
[
  {
    "referenceNo": "reedzhang1231211",
    "country": "AU",
    "serviceCode": "UBI.AU2AU.AUPOST.1",
    "serviceOption": "Expedited",
    "facility": "can",
    "state": "VICTORIA",
    "city": "Berwick",
    "postcode": "3806",
    "addressLine1": "3 Lakeside Drivie",
    "addressLine2": "",
    "recipientName": "Corrie McKee",
    "phone": "0403536112",
    "email": "corrie.mckee@monash.edu",
    "sku": "sw2111202146745684",
    "invoiceCurrency": "USD",
    "invoiceValue": 6.23,
    "weightUnit": "g",
    "weight": 264,
    "description": "sw2111202146745684",
    "nativeDescription": "连衣裙",
    "shipperName": "Jiang Yuanfei",
    "shipperPhone": "+86 02586707811",
    "shipperAddressLine1": "Prologis (Anbo) Logistics Center Datang Town,Sanshui Industrial Park",
    "vendorid": "111",
    "abnnumber": "",
    "batteryType": "",
    "batteryPacking": ""
    "gstexemptioncode": "PAID",
    "extendData": {
      "injectPort": null
    },
    "orderItems": [
      {
        "itemCount": 1,
        "originCountry": "CN",
        "description": "sw2111202146745684",
        "nativeDescription": "连衣裙",
        "unitValue": 3.87,
        "itemNo": "8247107",
        "sku": "sw2111202146745684"
      },
      {
        "itemCount": 1,
        "originCountry": "CN",
        "description": "sw2201125303640755",
        "nativeDescription": "背心",
        "unitValue": 2.36,
        "itemNo": "9743766",
        "sku": "sw2201125303640755"
      }
    ],
    "shipperCity": "FO SHAN",
    "volume": 0.1
  }
]
一票多件
Request
[
  {
    "consignmentId": "34",
    "referenceNo": "FBA0012304069",
    "addressLine1": "42-52 EXPORT STREET",
    "addressLine2": "",
    "city": "LYTTON",
    "country": "AU",
    "email": "",
    "invoiceCurrency": "AUD",
    "phone": "00000000000",
    "postcode": "4178",
    "recipientCompany": "",
    "recipientName": "Amazon",
    "serviceCode": "UBI.AU2AU.ALLE",
    "serviceOption": "UBI.AU2AU.ALLE",
    "facility": "SYD",
    "description": "N10140353440 1",
    "sku": "N10140353440 1",
    "state": "QLD",
    "weight": 11.8,
    "length": 55,
    "width": 55,
    "height": 33,
    "orderItems": [
      {
        "itemNo": 0,
        "itemCount": "1",
        "weight": "11.8",
        "originCountry": "AU"
      }
    ],
    "pieces": [
      {
        "consignmentId": "35",
        "referenceNo": "FBA0012304069",
        "addressLine1": "42-52 EXPORT STREET",
        "addressLine2": "",
        "city": "LYTTON",
        "country": "AU",
        "email": "",
        "invoiceCurrency": "AUD",
        "phone": "00000000000",
        "postcode": "4178",
        "recipientCompany": "",
        "recipientName": "Amazon",
        "serviceCode": "UBI.AU2AU.ALLE",
        "serviceOption": "UBI.AU2AU.ALLE",
        "facility": "SYD",
        "description": "N10140353440 1",
        "sku": "N10140353440 1",
        "state": "QLD",
        "weight": 11.8,
        "length": 55,
        "width": 55,
        "height": 33,
        "orderItems": [
          {
            "itemNo": 0,
            "itemCount": "1",
            "weight": "11.8",
            "originCountry": "AU"
          }
        ]
      },
      {
        "consignmentId": "36",
        "referenceNo": "FBA0012304069",
        "addressLine1": "42-52 EXPORT STREET",
        "addressLine2": "",
        "city": "LYTTON",
        "country": "AU",
        "email": "",
        "invoiceCurrency": "AUD",
        "phone": "00000000000",
        "postcode": "4178",
        "recipientCompany": "",
        "recipientName": "Amazon",
        "serviceCode": "UBI.AU2AU.ALLE",
        "serviceOption": "UBI.AU2AU.ALLE",
        "facility": "SYD",
        "description": "N10140353440 1",
        "sku": "N10140353440 1",
        "state": "QLD",
        "weight": 11.8,
        "length": 55,
        "width": 55,
        "height": 33,
        "orderItems": [
          {
            "itemNo": 0,
            "itemCount": "1",
            "weight": "11.8",
            "originCountry": "AU"
          }
        ]
      },
      {
        "consignmentId": "37",
        "referenceNo": "FBA0012304069",
        "addressLine1": "42-52 EXPORT STREET",
        "addressLine2": "",
        "city": "LYTTON",
        "country": "AU",
        "email": "",
        "invoiceCurrency": "AUD",
        "phone": "00000000000",
        "postcode": "4178",
        "recipientCompany": "",
        "recipientName": "Amazon",
        "serviceCode": "UBI.AU2AU.ALLE",
        "serviceOption": "UBI.AU2AU.ALLE",
        "facility": "SYD",
        "description": "N10140353440 1",
        "sku": "N10140353440 1",
        "state": "QLD",
        "weight": 11.8,
        "length": 55,
        "width": 55,
        "height": 33,
        "orderItems": [
          {
            "itemNo": 0,
            "itemCount": "1",
            "weight": "11.8",
            "originCountry": "AU"
          }
        ]
      },
      {
        "consignmentId": "38",
        "referenceNo": "FBA0012304069",
        "addressLine1": "42-52 EXPORT STREET",
        "addressLine2": "",
        "city": "LYTTON",
        "country": "AU",
        "email": "",
        "invoiceCurrency": "AUD",
        "phone": "00000000000",
        "postcode": "4178",
        "recipientCompany": "",
        "recipientName": "Amazon",
        "serviceCode": "UBI.AU2AU.ALLE",
        "serviceOption": "UBI.AU2AU.ALLE",
        "facility": "SYD",
        "description": "N10140353440 1",
        "sku": "N10140353440 1",
        "state": "QLD",
        "weight": 11.8,
        "length": 55,
        "width": 55,
        "height": 33,
        "orderItems": [
          {
            "itemNo": 0,
            "itemCount": "1",
            "weight": "11.8",
            "originCountry": "AU"
          }
        ]
      },
      {
        "consignmentId": "39",
        "referenceNo": "FBA0012304069",
        "addressLine1": "42-52 EXPORT STREET",
        "addressLine2": "",
        "city": "LYTTON",
        "country": "AU",
        "email": "",
        "invoiceCurrency": "AUD",
        "phone": "00000000000",
        "postcode": "4178",
        "recipientCompany": "",
        "recipientName": "Amazon",
        "serviceCode": "UBI.AU2AU.ALLE",
        "serviceOption": "UBI.AU2AU.ALLE",
        "facility": "SYD",
        "description": "N10140353437 1",
        "sku": "N10140353437 1",
        "state": "QLD",
        "weight": 4.2,
        "length": 66,
        "width": 40,
        "height": 22,
        "orderItems": [
          {
            "itemNo": 0,
            "itemCount": "1",
            "weight": "4.2",
            "originCountry": "AU"
          }
        ]
      },
      {
        "consignmentId": "40",
        "referenceNo": "FBA0012304069",
        "addressLine1": "42-52 EXPORT STREET",
        "addressLine2": "",
        "city": "LYTTON",
        "country": "AU",
        "email": "",
        "invoiceCurrency": "AUD",
        "phone": "00000000000",
        "postcode": "4178",
        "recipientCompany": "",
        "recipientName": "Amazon",
        "serviceCode": "UBI.AU2AU.ALLE",
        "serviceOption": "UBI.AU2AU.ALLE",
        "facility": "SYD",
        "description": "N10140353439 1",
        "sku": "N10140353439 1",
        "state": "QLD",
        "weight": 3.1,
        "length": 46,
        "width": 45,
        "height": 26,
        "orderItems": [
          {
            "itemNo": 0,
            "itemCount": "1",
            "weight": "3.1",
            "originCountry": "AU"
          }
        ]
      },
      {
        "consignmentId": "41",
        "referenceNo": "FBA0012304069",
        "addressLine1": "42-52 EXPORT STREET",
        "addressLine2": "",
        "city": "LYTTON",
        "country": "AU",
        "email": "",
        "invoiceCurrency": "AUD",
        "phone": "00000000000",
        "postcode": "4178",
        "recipientCompany": "",
        "recipientName": "Amazon",
        "serviceCode": "UBI.AU2AU.ALLE",
        "serviceOption": "UBI.AU2AU.ALLE",
        "facility": "SYD",
        "description": "N10140353439 1",
        "sku": "N10140353439 1",
        "state": "QLD",
        "weight": 3.1,
        "length": 46,
        "width": 45,
        "height": 26,
        "orderItems": [
          {
            "itemNo": 0,
            "itemCount": "1",
            "weight": "3.1",
            "originCountry": "AU"
          }
        ]
      },
      {
        "consignmentId": "42",
        "referenceNo": "FBA0012304069",
        "addressLine1": "42-52 EXPORT STREET",
        "addressLine2": "",
        "city": "LYTTON",
        "country": "AU",
        "email": "",
        "invoiceCurrency": "AUD",
        "phone": "00000000000",
        "postcode": "4178",
        "recipientCompany": "",
        "recipientName": "Amazon",
        "serviceCode": "UBI.AU2AU.ALLE",
        "serviceOption": "UBI.AU2AU.ALLE",
        "facility": "SYD",
        "description": "N10140353439 1",
        "sku": "N10140353439 1",
        "state": "QLD",
        "weight": 3.1,
        "length": 46,
        "width": 45,
        "height": 26,
        "orderItems": [
          {
            "itemNo": 0,
            "itemCount": "1",
            "weight": "3.1",
            "originCountry": "AU"
          }
        ]
      },
      {
        "consignmentId": "43",
        "referenceNo": "FBA0012304069",
        "addressLine1": "42-52 EXPORT STREET",
        "addressLine2": "",
        "city": "LYTTON",
        "country": "AU",
        "email": "",
        "invoiceCurrency": "AUD",
        "phone": "00000000000",
        "postcode": "4178",
        "recipientCompany": "",
        "recipientName": "Amazon",
        "serviceCode": "UBI.AU2AU.ALLE",
        "serviceOption": "UBI.AU2AU.ALLE",
        "facility": "SYD",
        "description": "N10140353439 1",
        "sku": "N10140353439 1",
        "state": "QLD",
        "weight": 3.1,
        "length": 46,
        "width": 45,
        "height": 26,
        "orderItems": [
          {
            "itemNo": 0,
            "itemCount": "1",
            "weight": "3.1",
            "originCountry": "AU"
          }
        ]
      },
      {
        "consignmentId": "44",
        "referenceNo": "FBA0012304069",
        "addressLine1": "42-52 EXPORT STREET",
        "addressLine2": "",
        "city": "LYTTON",
        "country": "AU",
        "email": "",
        "invoiceCurrency": "AUD",
        "phone": "00000000000",
        "postcode": "4178",
        "recipientCompany": "",
        "recipientName": "Amazon",
        "serviceCode": "UBI.AU2AU.ALLE",
        "serviceOption": "UBI.AU2AU.ALLE",
        "facility": "SYD",
        "description": "N10140353439 1",
        "sku": "N10140353439 1",
        "state": "QLD",
        "weight": 3.1,
        "length": 46,
        "width": 45,
        "height": 26,
        "orderItems": [
          {
            "itemNo": 0,
            "itemCount": "1",
            "weight": "3.1",
            "originCountry": "AU"
          }
        ]
      },
      {
        "consignmentId": "45",
        "referenceNo": "FBA0012304069",
        "addressLine1": "42-52 EXPORT STREET",
        "addressLine2": "",
        "city": "LYTTON",
        "country": "AU",
        "email": "",
        "invoiceCurrency": "AUD",
        "phone": "00000000000",
        "postcode": "4178",
        "recipientCompany": "",
        "recipientName": "Amazon",
        "serviceCode": "UBI.AU2AU.ALLE",
        "serviceOption": "UBI.AU2AU.ALLE",
        "facility": "SYD",
        "description": "N10140353450 1",
        "sku": "N10140353450 1",
        "state": "QLD",
        "weight": 2,
        "length": 36,
        "width": 30,
        "height": 22,
        "orderItems": [
          {
            "itemNo": 0,
            "itemCount": "1",
            "weight": "2.0",
            "originCountry": "AU"
          }
        ]
      },
      {
        "consignmentId": "46",
        "referenceNo": "FBA0012304069",
        "addressLine1": "42-52 EXPORT STREET",
        "addressLine2": "",
        "city": "LYTTON",
        "country": "AU",
        "email": "",
        "invoiceCurrency": "AUD",
        "phone": "00000000000",
        "postcode": "4178",
        "recipientCompany": "",
        "recipientName": "Amazon",
        "serviceCode": "UBI.AU2AU.ALLE",
        "serviceOption": "UBI.AU2AU.ALLE",
        "facility": "SYD",
        "description": "N10140353450 1",
        "sku": "N10140353450 1",
        "state": "QLD",
        "weight": 2,
        "length": 36,
        "width": 30,
        "height": 22,
        "orderItems": [
          {
            "itemNo": 0,
            "itemCount": "1",
            "weight": "2.0",
            "originCountry": "AU"
          }
        ]
      },
      {
        "consignmentId": "47",
        "referenceNo": "FBA0012304069",
        "addressLine1": "42-52 EXPORT STREET",
        "addressLine2": "",
        "city": "LYTTON",
        "country": "AU",
        "email": "",
        "invoiceCurrency": "AUD",
        "phone": "00000000000",
        "postcode": "4178",
        "recipientCompany": "",
        "recipientName": "Amazon",
        "serviceCode": "UBI.AU2AU.ALLE",
        "serviceOption": "UBI.AU2AU.ALLE",
        "facility": "SYD",
        "description": "N10140353450 1",
        "sku": "N10140353450 1",
        "state": "QLD",
        "weight": 2,
        "length": 36,
        "width": 30,
        "height": 22,
        "orderItems": [
          {
            "itemNo": 0,
            "itemCount": "1",
            "weight": "2.0",
            "originCountry": "AU"
          }
        ]
      },
      {
        "consignmentId": "48",
        "referenceNo": "FBA0012304069",
        "addressLine1": "42-52 EXPORT STREET",
        "addressLine2": "",
        "city": "LYTTON",
        "country": "AU",
        "email": "",
        "invoiceCurrency": "AUD",
        "phone": "00000000000",
        "postcode": "4178",
        "recipientCompany": "",
        "recipientName": "Amazon",
        "serviceCode": "UBI.AU2AU.ALLE",
        "serviceOption": "UBI.AU2AU.ALLE",
        "facility": "SYD",
        "description": "N10140353450 1",
        "sku": "N10140353450 1",
        "state": "QLD",
        "weight": 2,
        "length": 36,
        "width": 30,
        "height": 22,
        "orderItems": [
          {
            "itemNo": 0,
            "itemCount": "1",
            "weight": "2.0",
            "originCountry": "AU"
          }
        ]
      },
      {
        "consignmentId": "49",
        "referenceNo": "FBA0012304069",
        "addressLine1": "42-52 EXPORT STREET",
        "addressLine2": "",
        "city": "LYTTON",
        "country": "AU",
        "email": "",
        "invoiceCurrency": "AUD",
        "phone": "00000000000",
        "postcode": "4178",
        "recipientCompany": "",
        "recipientName": "Amazon",
        "serviceCode": "UBI.AU2AU.ALLE",
        "serviceOption": "UBI.AU2AU.ALLE",
        "facility": "SYD",
        "description": "N10140353450 1",
        "sku": "N10140353450 1",
        "state": "QLD",
        "weight": 2,
        "length": 36,
        "width": 30,
        "height": 22,
        "orderItems": [
          {
            "itemNo": 0,
            "itemCount": "1",
            "weight": "2.0",
            "originCountry": "AU"
          }
        ]
      },
      {
        "consignmentId": "50",
        "referenceNo": "FBA0012304069",
        "addressLine1": "42-52 EXPORT STREET",
        "addressLine2": "",
        "city": "LYTTON",
        "country": "AU",
        "email": "",
        "invoiceCurrency": "AUD",
        "phone": "00000000000",
        "postcode": "4178",
        "recipientCompany": "",
        "recipientName": "Amazon",
        "serviceCode": "UBI.AU2AU.ALLE",
        "serviceOption": "UBI.AU2AU.ALLE",
        "facility": "SYD",
        "description": "N10140353450 1",
        "sku": "N10140353450 1",
        "state": "QLD",
        "weight": 2,
        "length": 36,
        "width": 30,
        "height": 22,
        "orderItems": [
          {
            "itemNo": 0,
            "itemCount": "1",
            "weight": "2.0",
            "originCountry": "AU"
          }
        ]
      },
      {
        "consignmentId": "51",
        "referenceNo": "FBA0012304069",
        "addressLine1": "42-52 EXPORT STREET",
        "addressLine2": "",
        "city": "LYTTON",
        "country": "AU",
        "email": "",
        "invoiceCurrency": "AUD",
        "phone": "00000000000",
        "postcode": "4178",
        "recipientCompany": "",
        "recipientName": "Amazon",
        "serviceCode": "UBI.AU2AU.ALLE",
        "serviceOption": "UBI.AU2AU.ALLE",
        "facility": "SYD",
        "description": "N10140390023 1",
        "sku": "N10140390023 1",
        "state": "QLD",
        "weight": 1.7,
        "length": 35,
        "width": 28,
        "height": 23,
        "orderItems": [
          {
            "itemNo": 0,
            "itemCount": "1",
            "weight": "1.7",
            "originCountry": "AU"
          }
        ]
      },
      {
        "consignmentId": "52",
        "referenceNo": "FBA0012304069",
        "addressLine1": "42-52 EXPORT STREET",
        "addressLine2": "",
        "city": "LYTTON",
        "country": "AU",
        "email": "",
        "invoiceCurrency": "AUD",
        "phone": "00000000000",
        "postcode": "4178",
        "recipientCompany": "",
        "recipientName": "Amazon",
        "serviceCode": "UBI.AU2AU.ALLE",
        "serviceOption": "UBI.AU2AU.ALLE",
        "facility": "SYD",
        "description": "N10140390023 1",
        "sku": "N10140390023 1",
        "state": "QLD",
        "weight": 1.7,
        "length": 35,
        "width": 28,
        "height": 23,
        "orderItems": [
          {
            "itemNo": 0,
            "itemCount": "1",
            "weight": "1.7",
            "originCountry": "AU"
          }
        ]
      },
      {
        "consignmentId": "53",
        "referenceNo": "FBA0012304069",
        "addressLine1": "42-52 EXPORT STREET",
        "addressLine2": "",
        "city": "LYTTON",
        "country": "AU",
        "email": "",
        "invoiceCurrency": "AUD",
        "phone": "00000000000",
        "postcode": "4178",
        "recipientCompany": "",
        "recipientName": "Amazon",
        "serviceCode": "UBI.AU2AU.ALLE",
        "serviceOption": "UBI.AU2AU.ALLE",
        "facility": "SYD",
        "description": "N10140390023 1",
        "sku": "N10140390023 1",
        "state": "QLD",
        "weight": 1.7,
        "length": 35,
        "width": 28,
        "height": 23,
        "orderItems": [
          {
            "itemNo": 0,
            "itemCount": "1",
            "weight": "1.7",
            "originCountry": "AU"
          }
        ]
      },
      {
        "consignmentId": "54",
        "referenceNo": "FBA0012304069",
        "addressLine1": "42-52 EXPORT STREET",
        "addressLine2": "",
        "city": "LYTTON",
        "country": "AU",
        "email": "",
        "invoiceCurrency": "AUD",
        "phone": "00000000000",
        "postcode": "4178",
        "recipientCompany": "",
        "recipientName": "Amazon",
        "serviceCode": "UBI.AU2AU.ALLE",
        "serviceOption": "UBI.AU2AU.ALLE",
        "facility": "SYD",
        "description": "N10140390023 1",
        "sku": "N10140390023 1",
        "state": "QLD",
        "weight": 1.7,
        "length": 35,
        "width": 28,
        "height": 23,
        "orderItems": [
          {
            "itemNo": 0,
            "itemCount": "1",
            "weight": "1.7",
            "originCountry": "AU"
          }
        ]
      },
      {
        "consignmentId": "55",
        "referenceNo": "FBA0012304069",
        "addressLine1": "42-52 EXPORT STREET",
        "addressLine2": "",
        "city": "LYTTON",
        "country": "AU",
        "email": "",
        "invoiceCurrency": "AUD",
        "phone": "00000000000",
        "postcode": "4178",
        "recipientCompany": "",
        "recipientName": "Amazon",
        "serviceCode": "UBI.AU2AU.ALLE",
        "serviceOption": "UBI.AU2AU.ALLE",
        "facility": "SYD",
        "description": "N10140390023 1",
        "sku": "N10140390023 1",
        "state": "QLD",
        "weight": 1.7,
        "length": 35,
        "width": 28,
        "height": 23,
        "orderItems": [
          {
            "itemNo": 0,
            "itemCount": "1",
            "weight": "1.7",
            "originCountry": "AU"
          }
        ]
      },
      {
        "consignmentId": "56",
        "referenceNo": "FBA0012304069",
        "addressLine1": "42-52 EXPORT STREET",
        "addressLine2": "",
        "city": "LYTTON",
        "country": "AU",
        "email": "",
        "invoiceCurrency": "AUD",
        "phone": "00000000000",
        "postcode": "4178",
        "recipientCompany": "",
        "recipientName": "Amazon",
        "serviceCode": "UBI.AU2AU.ALLE",
        "serviceOption": "UBI.AU2AU.ALLE",
        "facility": "SYD",
        "description": "N10140390024 1",
        "sku": "N10140390024 1",
        "state": "QLD",
        "weight": 1.6,
        "length": 33,
        "width": 30,
        "height": 26,
        "orderItems": [
          {
            "itemNo": 0,
            "itemCount": "1",
            "weight": "1.6",
            "originCountry": "AU"
          }
        ]
      },
      {
        "consignmentId": "57",
        "referenceNo": "FBA0012304069",
        "addressLine1": "42-52 EXPORT STREET",
        "addressLine2": "",
        "city": "LYTTON",
        "country": "AU",
        "email": "",
        "invoiceCurrency": "AUD",
        "phone": "00000000000",
        "postcode": "4178",
        "recipientCompany": "",
        "recipientName": "Amazon",
        "serviceCode": "UBI.AU2AU.ALLE",
        "serviceOption": "UBI.AU2AU.ALLE",
        "facility": "SYD",
        "description": "N10140390024 1",
        "sku": "N10140390024 1",
        "state": "QLD",
        "weight": 1.6,
        "length": 33,
        "width": 30,
        "height": 26,
        "orderItems": [
          {
            "itemNo": 0,
            "itemCount": "1",
            "weight": "1.6",
            "originCountry": "AU"
          }
        ]
      },
      {
        "consignmentId": "58",
        "referenceNo": "FBA0012304069",
        "addressLine1": "42-52 EXPORT STREET",
        "addressLine2": "",
        "city": "LYTTON",
        "country": "AU",
        "email": "",
        "invoiceCurrency": "AUD",
        "phone": "00000000000",
        "postcode": "4178",
        "recipientCompany": "",
        "recipientName": "Amazon",
        "serviceCode": "UBI.AU2AU.ALLE",
        "serviceOption": "UBI.AU2AU.ALLE",
        "facility": "SYD",
        "description": "N10140390024 1",
        "sku": "N10140390024 1",
        "state": "QLD",
        "weight": 1.6,
        "length": 33,
        "width": 30,
        "height": 26,
        "orderItems": [
          {
            "itemNo": 0,
            "itemCount": "1",
            "weight": "1.6",
            "originCountry": "AU"
          }
        ]
      },
      {
        "consignmentId": "59",
        "referenceNo": "FBA0012304069",
        "addressLine1": "42-52 EXPORT STREET",
        "addressLine2": "",
        "city": "LYTTON",
        "country": "AU",
        "email": "",
        "invoiceCurrency": "AUD",
        "phone": "00000000000",
        "postcode": "4178",
        "recipientCompany": "",
        "recipientName": "Amazon",
        "serviceCode": "UBI.AU2AU.ALLE",
        "serviceOption": "UBI.AU2AU.ALLE",
        "facility": "SYD",
        "description": "N10140390024 1",
        "sku": "N10140390024 1",
        "state": "QLD",
        "weight": 1.6,
        "length": 33,
        "width": 30,
        "height": 26,
        "orderItems": [
          {
            "itemNo": 0,
            "itemCount": "1",
            "weight": "1.6",
            "originCountry": "AU"
          }
        ]
      },
      {
        "consignmentId": "60",
        "referenceNo": "FBA0012304069",
        "addressLine1": "42-52 EXPORT STREET",
        "addressLine2": "",
        "city": "LYTTON",
        "country": "AU",
        "email": "",
        "invoiceCurrency": "AUD",
        "phone": "00000000000",
        "postcode": "4178",
        "recipientCompany": "",
        "recipientName": "Amazon",
        "serviceCode": "UBI.AU2AU.ALLE",
        "serviceOption": "UBI.AU2AU.ALLE",
        "facility": "SYD",
        "description": "N10140390024 1",
        "sku": "N10140390024 1",
        "state": "QLD",
        "weight": 1.6,
        "length": 33,
        "width": 30,
        "height": 26,
        "orderItems": [
          {
            "itemNo": 0,
            "itemCount": "1",
            "weight": "1.6",
            "originCountry": "AU"
          }
        ]
      },
      {
        "consignmentId": "61",
        "referenceNo": "FBA0012304069",
        "addressLine1": "42-52 EXPORT STREET",
        "addressLine2": "",
        "city": "LYTTON",
        "country": "AU",
        "email": "",
        "invoiceCurrency": "AUD",
        "phone": "00000000000",
        "postcode": "4178",
        "recipientCompany": "",
        "recipientName": "Amazon",
        "serviceCode": "UBI.AU2AU.ALLE",
        "serviceOption": "UBI.AU2AU.ALLE",
        "facility": "SYD",
        "description": "N10140353449 1",
        "sku": "N10140353449 1",
        "state": "QLD",
        "weight": 1.4,
        "length": 37,
        "width": 23,
        "height": 23,
        "orderItems": [
          {
            "itemNo": 0,
            "itemCount": "1",
            "weight": "1.4",
            "originCountry": "AU"
          }
        ]
      },
      {
        "consignmentId": "62",
        "referenceNo": "FBA0012304069",
        "addressLine1": "42-52 EXPORT STREET",
        "addressLine2": "",
        "city": "LYTTON",
        "country": "AU",
        "email": "",
        "invoiceCurrency": "AUD",
        "phone": "00000000000",
        "postcode": "4178",
        "recipientCompany": "",
        "recipientName": "Amazon",
        "serviceCode": "UBI.AU2AU.ALLE",
        "serviceOption": "UBI.AU2AU.ALLE",
        "facility": "SYD",
        "description": "N10140353449 1",
        "sku": "N10140353449 1",
        "state": "QLD",
        "weight": 1.4,
        "length": 37,
        "width": 23,
        "height": 23,
        "orderItems": [
          {
            "itemNo": 0,
            "itemCount": "1",
            "weight": "1.4",
            "originCountry": "AU"
          }
        ]
      },
      {
        "consignmentId": "63",
        "referenceNo": "FBA0012304069",
        "addressLine1": "42-52 EXPORT STREET",
        "addressLine2": "",
        "city": "LYTTON",
        "country": "AU",
        "email": "",
        "invoiceCurrency": "AUD",
        "phone": "00000000000",
        "postcode": "4178",
        "recipientCompany": "",
        "recipientName": "Amazon",
        "serviceCode": "UBI.AU2AU.ALLE",
        "serviceOption": "UBI.AU2AU.ALLE",
        "facility": "SYD",
        "description": "N10140353449 1",
        "sku": "N10140353449 1",
        "state": "QLD",
        "weight": 1.4,
        "length": 37,
        "width": 23,
        "height": 23,
        "orderItems": [
          {
            "itemNo": 0,
            "itemCount": "1",
            "weight": "1.4",
            "originCountry": "AU"
          }
        ]
      },
      {
        "consignmentId": "64",
        "referenceNo": "FBA0012304069",
        "addressLine1": "42-52 EXPORT STREET",
        "addressLine2": "",
        "city": "LYTTON",
        "country": "AU",
        "email": "",
        "invoiceCurrency": "AUD",
        "phone": "00000000000",
        "postcode": "4178",
        "recipientCompany": "",
        "recipientName": "Amazon",
        "serviceCode": "UBI.AU2AU.ALLE",
        "serviceOption": "UBI.AU2AU.ALLE",
        "facility": "SYD",
        "description": "N10140353449 1",
        "sku": "N10140353449 1",
        "state": "QLD",
        "weight": 1.4,
        "length": 37,
        "width": 23,
        "height": 23,
        "orderItems": [
          {
            "itemNo": 0,
            "itemCount": "1",
            "weight": "1.4",
            "originCountry": "AU"
          }
        ]
      },
      {
        "consignmentId": "65",
        "referenceNo": "FBA0012304069",
        "addressLine1": "42-52 EXPORT STREET",
        "addressLine2": "",
        "city": "LYTTON",
        "country": "AU",
        "email": "",
        "invoiceCurrency": "AUD",
        "phone": "00000000000",
        "postcode": "4178",
        "recipientCompany": "",
        "recipientName": "Amazon",
        "serviceCode": "UBI.AU2AU.ALLE",
        "serviceOption": "UBI.AU2AU.ALLE",
        "facility": "SYD",
        "description": "N10140353449 1",
        "sku": "N10140353449 1",
        "state": "QLD",
        "weight": 1.4,
        "length": 37,
        "width": 23,
        "height": 23,
        "orderItems": [
          {
            "itemNo": 0,
            "itemCount": "1",
            "weight": "1.4",
            "originCountry": "AU"
          }
        ]
      },
      {
        "consignmentId": "66",
        "referenceNo": "FBA0012304069",
        "addressLine1": "42-52 EXPORT STREET",
        "addressLine2": "",
        "city": "LYTTON",
        "country": "AU",
        "email": "",
        "invoiceCurrency": "AUD",
        "phone": "00000000000",
        "postcode": "4178",
        "recipientCompany": "",
        "recipientName": "Amazon",
        "serviceCode": "UBI.AU2AU.ALLE",
        "serviceOption": "UBI.AU2AU.ALLE",
        "facility": "SYD",
        "description": "N10140353449 1",
        "sku": "N10140353449 1",
        "state": "QLD",
        "weight": 1.4,
        "length": 37,
        "width": 23,
        "height": 23,
        "orderItems": [
          {
            "itemNo": 0,
            "itemCount": "1",
            "weight": "1.4",
            "originCountry": "AU"
          }
        ]
      }
    ]
  }
]

单件响应报文

ResponseMsg
{
  "status": "Success",
  "errors": null,
  "data": [
    {
      "status": "Success",
      "errors": null,
      "warnings": null,
      "orderId": "jpCMGo8l1riTR6DBD-yrwQ",
      "referenceNo": "BG2206291193743",
      "trackingNo": "91094210305241764976",
      "connoteId": null,
      "piecesResult": null,
      "extraProperty": {},
      "relabelStatus": 1
      "lastMileCarrier":
    }
  ],
  "warnings": null
}

一票多件响应报文

{
  "status": "Success",
  "errors": null,
  "data": [
    {
      "status": "Success",
      "errors": null,
      "warnings": null,
      "orderId": "fzvOhmwI2q98SlQzTONNOA",
      "referenceNo": "TEST0012304069-34",
      "trackingNo": "TEST8239966K-001",
      "connoteId": "TEST8239966K",
      "piecesResult": [
        {
          "status": "Success",
          "errors": null,
          "warnings": null,
          "orderId": "ePfoT0cj0rDiQG81lGkNRw",
          "referenceNo": "TEST0012304069-35",
          "trackingNo": "TEST8239966K-002",
          "connoteId": "TEST8239966K"
        },
        {
          "status": "Success",
          "errors": null,
          "warnings": null,
          "orderId": "oDx4z94Jg7bdQw7oj6BP0Q",
          "referenceNo": "TEST0012304069-36",
          "trackingNo": "TEST8239966K-003",
          "connoteId": "TEST8239966K"
        }
      ],
      "relabelStatus": 0,
      "lastMileCarrier":
      "extraProperty": {}
    }
  ],
  "warnings": null
}


Table of Contents

Table of Contents

  • 无标签