页面树结构

版本比较

标识

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

接口说明

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

请求正文包含一个订单序列,最多可以一次性发送 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服务代码,物流商提供
6serviceOptionString64O服务选项,物流商提供
7incotermString3ODDU/DDP
7
8descriptionString60M英文品名
8
9nativeDescriptionString255O中文品名
9
10weightDouble M重量(>=0.000001)
10
11weightUnitString3O重量单位,枚举值:G, KG,LB
默认值:KG
11
12lengthDouble O
12
13widthDouble O
13
14heightDouble O
14
15volumeDouble O体积(>=0.01) volume默认单位就是立方米
15
16dimensionUnitString3O长度单位,枚举值:M, CM
默认值:CM
16
17invoiceValueDouble M货值(>=0.01),与sum(itemCount * unitValue)的误差不能超过0.1
17
18invoiceCurrencyString3M币种,ISO货币代码
18
19pickUpBoolean1O枚举值:Y/N
默认值:N
19
20authorityToLeaveBoolean 
 O
O
 不需要签名(置放于收货人门口)
不需要签名(置放于收货人门口)
20
21lockerServiceBoolean
 321
3
 O 贸易条款(DDU/DDP)
O
22batteryTypeString64O电池类型,枚举值:
  • No Battery
  • Lithium Ion

  • Polymer
  • Lithium Ion Alloy
默认值:No Battery
22
23batteryPackingString64O电池包装,枚举值:
  • No Battery
  • Inside Equipment
  • Packaged with Equipment
  • Battery Only
  • Other
默认值:No Battery
23
24dangerousGoodsBoolean O默认值:false
24
25skuString128O捡货清单,一般面单上会显示出来
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

退件选项

  • Return
  • Destroy
  • Forward
52returnNameString50
M
O退件接收人名称
53returnAddressLine1String200
M
O地址第一行
54returnAddressLine2String200O地址第二行
55returnAddressLine3String80O地址第三行
56returnCityString80
M
O城市
57returnStateString80
M
O
58returnPostcodeString16O邮编
59returnCountryString2
M
O国家二字代码
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 
itemWeight
weightDouble O
Item重量,转换成KG
Item重量,系统会将G自动转换成KG,四舍五入
73
extendData

use

 
String
List
255
 
O
扩展字段

商品用途

74
 

material

vendorid
String255O

商品材质

75extendData Object O扩展字段,仅展示部分,具体字段根据服务要求有所不同
76 vendoridString12O
税号
发件人税号
75
77 gstexemptionCodeSting4OGST免税码,如果vendorid正确,该字段值自动设置为“PAID”
76
78 senderTaxIdString255O发货人税号
77
79
injectPortString255O订单配送港口
80 
InjectPort
originPortString
256
255O
订单配送港口,针对加拿大服务
订单起始港口
78array[map,...]
81
pieces

postageDecimal (12, 2)255O
一票多件包裹信息
运费
82
79Parcel Info单个包裹的请求字段结构同上方要求一致

响应说明

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

1)     订单状态(status)

Failed(失败),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);

...

单票创建
代码块
languagejs
borderStylesolid
firstline1
titleRequest
linenumberstrue
[
  {
    "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
  }
]
一票多件

...

languagejs
borderStylesolid
firstline1
titleRequest
linenumberstrue

...


icmsDecimal (12, 2)255O巴西icms 费用
83
vatDecimal (12, 2)255O税号
84
agentIDString10OparcelShopID
85onlineInsurance




86
insuranceCurrencyString3O投保额币种
87
insuranceAmountDouble/O投保额
88
beneficiaryTypeString255

O

被保险人类型

1=个人
2=公司

89
organizationCodeString255

O

如果beneficiaryType=1,请填写身份证号码

如果beneficiaryType=2,请填写组织机构代码证

90
beneficiaryString255O被保险人
91
insureString/O

是否投保

1=是

92
contactNameString20O被保人真实姓名
93pieces
array[map,...]
O一票多件包裹信息
94
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)客户编号1(referenceNo1)

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

   3.6)一票多件(piecesResult)

   3.7)扩展字段(extraProperty)

      3.7.1)飞入港口 (injectPort)

      3.7.2) 清关方式 (customsClearanceType)

   3.8)错误消息列表(errors)

      3.8.1)错误编码(code)

      3.8.2) 错误消息(message) 

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

4)     警告消息(warnings)

4.1)警告代码(code);

4.2)警告消息(message);




请求报文

单票创建
代码块
languagejs
borderStylesolid
firstline1
titleRequest
linenumberstrue
[
  {
    "referenceNo": "TESTING1231211",
    "country": "AU",
    "serviceCode": "服务代码,请联系物流商提供",
    "serviceOption": "服务选项,请联系物流商提供",
    "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",
    "batteryType": "",
    "batteryPacking": ""
    "extendData": {
      "vendorid": "111",
      "injectPort": null,
      "postage": 12.3,
      "icms": 12.1,
      "vat": 1
    },
    "orderItems": [
      {
        "itemCount": 1,
        "stateoriginCountry": "QLDCN",
        "weightdescription": 1.6"sw2111202146745684",
        "lengthnativeDescription": 33"连衣裙",
        "widthunitValue": 303.87,
        "heightitemNo": 26"8247107",
        "orderItemssku": ["sw2111202146745684"
      },
   {    {
        "itemNoitemCount": 01,
        "originCountry": "CN",
  "itemCount      "description": "1sw2201125303640755",
   
        "weightnativeDescription": "1.6背心",
        "unitValue": 2.36,
        "originCountryitemNo": "AU9743766",
        "sku": "sw2201125303640755"
 }     }
    ],
    "shipperCity": "FO }SHAN",
    "volume": 0.1
   {
}
]
一票多件
代码块
languagejs
borderStylesolid
firstline1
titleRequest
linenumberstrue
 [
  {
    "consignmentIdreferenceNo": "59MAC2022041101012",
    "serviceCode": "服务代码,请联系物流商提供",
    "referenceNorecipientName": "FBA0012304069AMAZONYYC1",
    "phone": "68765183",
    "addressLine1": "42-52 EXPORT STREET",
   University of Toronto 27",
    "addressLine2": "",
    "addressLine3": "",
    "city": "LYTTONToronto",
    "state": " Ontario",
    "countrypostcode": "AUM5S 1A1",
    "country": "CA",
    "emaillength": "",

       "invoiceCurrencywidth": "AUD",
   
    "phoneheight": "00000000000",
 
      "postcodeshipperName": "4178alex",
   
    "recipientCompanyshipperAddressLine1": "test",
    "shipperAddressLine2": "",
    "recipientNameshipperAddressLine3": "Amazon",

       "serviceCodeshipperCity": "UBI.AU2AU.ALLEON",
   
    "serviceOptionshipperState": "UBI.AU2AU.ALLEON",
   
    "facilityshipperPostcode": "SYDk1z3yz",
        "descriptionshipperCountry": "N10140390024 1CA",
   
    "skushipperPhone": "N10140390024 115000695273",
   
    "statefacility": "QLD",
 
      "weight": 1.6,
    "invoiceValue": 23.4,
    "lengthinvoiceCurrency": 33"USD",
    "description": "watch,pencil",
    "widthnativeDescription": 30,
   "手表,铅笔",
    "heightsku": 26,
   "sku001,sku002",
    "orderItems": [
   
      {
            "itemNo": 01,
   
        "itemCountsku": "1sku001",

           "weightdescription": "1.6watch",
   
        "originCountrynativeDescription": "AU手表",
        "hsCode": "hscode001",
}         ]
 "originCountry": "CN",
    },    "itemCount": 2,
 {
        "consignmentIdunitValue": "60"7.8,
        "referenceNowarehouseNo": "FBA0012304069",
        "addressLine1productURL": "42-52 EXPORT STREET",
        "addressLine2weight": "", 2
      },
     "city": "LYTTON", {
        "countryitemNo": "AU"2,
        "emailsku": "sku002",
        "invoiceCurrencydescription": "AUDpencil",
        "phonenativeDescription": "00000000000铅笔",
        "postcodehsCode": "4178hscode002",
        "recipientCompanyoriginCountry": "CN",
        "recipientNameitemCount": "Amazon"1,
        "serviceCodeunitValue": "UBI.AU2AU.ALLE"7.8,
        "serviceOptionwarehouseNo": "UBI.AU2AU.ALLE",
        "facilityproductURL": "SYD",
        "descriptionweight": "N10140390024 1", 2
      }
    ],
    "skupieces": "N10140390024 1", [
      {
        "statereferenceNo": "QLDMAC2022040601012-1",
        "weightserviceCode": 1.6"服务代码,请联系物流商提供",
        "lengthrecipientName": 33"AMAZONYYC1",
        "widthphone": 30"68765183",
        "heightaddressLine1": 26 "University of Toronto 27",
        "orderItemsaddressLine2": [
    "",
      {  "addressLine3": "",
         "itemNocity": 0,
   "Toronto",
        "itemCountstate": "1 Ontario",
   
        "weightpostcode": "1.6M5S 1A1",
 
          "originCountrycountry": "AUCA",
        "length": "",
}         ]"width": "",
      },       {"height": "",
        "consignmentIdshipperName": "61alex",
        "referenceNoshipperAddressLine1": "FBA0012304069test",
        "addressLine1shipperAddressLine2": "42-52 EXPORT STREET",
        "addressLine2shipperAddressLine3": "",
        "cityshipperCity": "LYTTONON",
        "countryshipperState": "AUON",
        "emailshipperPostcode": "k1z3yz",
        "invoiceCurrencyshipperCountry": "AUDCA",
        "phoneshipperPhone": "0000000000015000695273",
        "postcodefacility": "4178",
        "recipientCompanyinvoiceValue": ""23.4,
        "recipientNameinvoiceCurrency": "AmazonUSD",
        "serviceCodeweight": "UBI.AU2AU.ALLE"1,
        "serviceOptiondescription": "UBI.AU2AU.ALLEwatch,pencil",
        "facilitynativeDescription": "SYD手表,铅笔",
        "descriptionsku": "N10140353449 1sku001,sku002",
        "skuorderItems": [
   "N10140353449 1",      {
  "state": "QLD",         "weightitemNo": 1.4,
            "lengthsku": 37,"sku001",
            "widthdescription": 23,"watch",
            "heightnativeDescription": 23"手表",
            "orderItemshsCode": "hscode001",
 [           {"originCountry": "CN",
            "itemNoitemCount": 02,
            "itemCountunitValue": "1"7.8,
            "weightwarehouseNo": "1.4",
            "originCountryproductURL": "AU",
          }     "weight": 2
   ]       },
      {    {
    "consignmentId": "62",         "referenceNoitemNo": "FBA0012304069"2,
            "addressLine1sku": "42-52 EXPORT STREET",sku002",
            "addressLine2description": "pencil",
            "citynativeDescription": "LYTTON铅笔",
            "countryhsCode": "AUhscode002",
            "emailoriginCountry": "CN",
            "invoiceCurrencyitemCount": "AUD",1,
            "phoneunitValue": "00000000000",7.8,
            "postcodewarehouseNo": "4178",
            "recipientCompanyproductURL": "",
            "recipientNameweight": "Amazon", 2
          }
 "serviceCode": "UBI.AU2AU.ALLE",      ]
  "serviceOption": "UBI.AU2AU.ALLE",   },
     "facility": "SYD", {
        "descriptionreferenceNo": "N10140353449 1MAC2022040601012-2",
        "skuserviceCode": "N10140353449 1服务代码,请联系物流商提供",
        "staterecipientName": "QLDAMAZONYYC1",
        "weightphone": 1.4"68765183",
        "lengthaddressLine1": 37,"University of        "width": 23Toronto 27",
        "heightaddressLine2": 23"",
        "orderItems": [    "addressLine3": "",
     {   "city": "Toronto",
        "itemNostate": " 0Ontario",

           "itemCountpostcode": "1M5S 1A1",
 
          "weightcountry": "1.4CA",
   
        "originCountrylength": "AU",
        "width": "",
}         ]"height": "",
      },       {"shipperName": "alex",
         "consignmentIdshipperAddressLine1": "63test",
        "referenceNoshipperAddressLine2": "FBA0012304069",
        "addressLine1shipperAddressLine3": "42-52 EXPORT STREET",
        "addressLine2shipperCity": "ON",
        "cityshipperState": "LYTTONON",
        "countryshipperPostcode": "AUk1z3yz",
        "emailshipperCountry": "CA",
        "invoiceCurrencyshipperPhone": "AUD15000695273",
        "phonefacility": "00000000000",
        "postcodeinvoiceValue": "4178"15.6,
        "recipientCompanyinvoiceCurrency": "USD",
        "recipientNameweight": "Amazon"1,
        "serviceCodedescription": "UBI.AU2AU.ALLEmask",
        "serviceOptionnativeDescription": "UBI.AU2AU.ALLE口罩",
        "facilitysku": "SYDsku003",
        "descriptionorderItems": [
"N10140353449 1",          {
 "sku": "N10140353449 1",         "stateitemNo": "QLD"1,
            "weightsku": 1.4,"sku003",
            "lengthdescription": 37,"mask",
            "widthnativeDescription": 23"口罩",
            "heighthsCode": 23,"hscode003",
            "orderItemsoriginCountry": "CN",
  [           {"itemCount": 2,
            "itemNounitValue": 07.8,
            "itemCountwarehouseNo": "1",
            "weightproductURL": "1.4",
            "originCountryweight": "AU"2
          }
        ]
      },
      {
        "referenceNo": "MAC2022040601012-3",
        "serviceCode": "服务代码,请联系物流商提供",
        "consignmentIdrecipientName": "64AMAZONYYC1",
        "referenceNophone": "FBA001230406968765183",
        "addressLine1": "42-52 EXPORT STREETUniversity of Toronto 27",
        "addressLine2": "",
        "addressLine3": "",
        "city": "LYTTONToronto",
        "countrystate": "AU Ontario",
        "emailpostcode": "M5S 1A1",
        "invoiceCurrencycountry": "AUDCA",
        "phonelength": "00000000000",
        "postcodewidth": "4178",
        "recipientCompanyheight": "",
        "recipientNameshipperName": "Amazonalex",
        "serviceCodeshipperAddressLine1": "UBI.AU2AU.ALLEtest",
        "serviceOptionshipperAddressLine2": "UBI.AU2AU.ALLE",
        "facilityshipperAddressLine3": "SYD",
        "descriptionshipperCity": "N10140353449 1ON",
        "skushipperState": "N10140353449 1ON",
        "stateshipperPostcode": "QLDk1z3yz",
        "weightshipperCountry": 1.4"CA",
        "lengthshipperPhone": 37"15000695273",
        "widthfacility": 23"",
        "heightinvoiceValue": 2315.6,
        "orderItemsinvoiceCurrency": ["USD",
          {"weight": 2,
            "itemNodescription": 0,
 "pencil,pencil",
          "itemCountnativeDescription": "1铅笔,铅笔",
   
        "weightsku": "1.4",
   sku002,sku002",
        "originCountryorderItems": "AU"[
          }{
        ]       },
 "itemNo": 1,
    {         "consignmentIdsku": "65sku002",
            "referenceNodescription": "FBA0012304069pencil",
            "addressLine1nativeDescription": "42-52 EXPORT STREET",铅笔",
            "addressLine2hsCode": "hscode002",
            "cityoriginCountry": "LYTTONCN",
            "countryitemCount": "AU",1,
            "emailunitValue": "",7.8,
            "invoiceCurrencywarehouseNo": "AUD",
            "phoneproductURL": "00000000000",

       "postcode": "4178",    "weight": 2
   "recipientCompany": "",       },
   "recipientName": "Amazon",      {
  "serviceCode": "UBI.AU2AU.ALLE",         "serviceOptionitemNo": "UBI.AU2AU.ALLE",2,
            "facilitysku": "SYDsku002",
            "description": "N10140353449 1pencil",
            "skunativeDescription": "N10140353449 1铅笔",
            "statehsCode": "QLDhscode002",
            "weightoriginCountry": 1.4,"CN",
            "lengthitemCount": 371,
            "widthunitValue": 237.8,
            "heightwarehouseNo": 23,"",
            "orderItemsproductURL": ["",
            {"weight": 1
          }
"itemNo": 0,       ]
     "itemCount": "1", }
    ]
  }
]

响应报文

单票
代码块
titleResponse
linenumberstrue
ResponseMsg
{
  "weightstatus": "1.4Success",
         "errors": null,
  "originCountrydata": [
 "AU"   {
       }"status": "Success",
      "errors": null,
]      "warnings": }null,
      {
 "orderId": "",
      "consignmentIdreferenceNo": "66",
 
      "referenceNorefNo1": "FBA0012304069",
 
      "addressLine1trackingNo": "42-52 EXPORT STREET",
 
      "addressLine2connoteId": ""null,
        "citypiecesResult": "LYTTON"null,
 
      "countryextraProperty": {},
"AU",
       "relabelStatus": 1
      "emaillastMileCarrier":
"",    }
  ],
  "invoiceCurrencywarnings": "AUD",
 null
}
一票多件
代码块
firstline1
titleResponse
linenumberstrue
{
      "phonestatus": "00000000000Success",
    "errors": null,
    "postcodedata": "4178", [
        {
  "recipientCompany": "",         "recipientNamestatus": "AmazonSuccess",
           "serviceCode": "UBI.AU2AU.ALLE",errors": null,
            "serviceOptionwarnings": "UBI.AU2AU.ALLE",null,
            "facilityorderId": "SYD",
            "descriptionreferenceNo": "N10140353449 1",
            "skutrackingNo": "N10140353449 1",
            "stateconnoteId": "QLD"null,
            "weightpiecesResult": 1.4,[
        "length": 37,        {
"width": 23,         "height": 23,         "orderItemsstatus": [
  "Success",
       {             "itemNoerrors": 0,null,
                    "itemCountwarnings": "1",null,
                    "weightorderId": "1.4",
              "originCountry      "referenceNo": "AU",
          }         ] "trackingNo": "",
    }     ]   } ]

单件响应报文

代码块
ResponseMsg {   "status": "Success",   "errorsconnoteId": null,
  "data": [     {       "status": "Success" },
      "errors": null,       "warnings": null,  {
    "orderId": "jpCMGo8l1riTR6DBD-yrwQ",       "referenceNo": "BG2206291193743",       "trackingNostatus": "91094210305241764976Success",
 
    "connoteId": null,       "piecesResult": null,       "extraPropertyerrors": {}null,
 
    "relabelStatus": 1     }   ],   "warnings": null
}

一票多件响应报文

代码块
{   "statuswarnings": "Success"null,
  "errors": null,     "data": [     {       "statusorderId": "Success",
 
    "errors": null,       "warnings": null,       "orderIdreferenceNo": "fzvOhmwI2q98SlQzTONNOA",
            "referenceNo": "TEST0012304069-34",       "trackingNo": "TEST8239966K-001",
         "connoteId": "TEST8239966K",           "piecesResultconnoteId": [null
        {         },
 "status": "Success",           "errors": null,  {
        "warnings": null,           "orderIdstatus": "ePfoT0cj0rDiQG81lGkNRwSuccess",

         "referenceNo": "TEST0012304069-35",           "trackingNoerrors": "TEST8239966K-002"null,
          "connoteId": "TEST8239966K"          "warnings": }null,
         {           "statusorderId": "Success",
                    "errorsreferenceNo": null"",
 
        "warnings": null,           "orderIdtrackingNo": "oDx4z94Jg7bdQw7oj6BP0Q",
          "referenceNo": "TEST0012304069-36",           "trackingNoconnoteId": "TEST8239966K-003", null
            "connoteId": "TEST8239966K"   }
     }       ],
 
    "relabelStatus": 0,       "extraProperty": {}
        }
    ],
    "warnings": null
}


Float_table_content
Hidablefalse

...