...
1 | Field (API) | Data Type | Length | Mandatory | Details | |||
2 | referenceNo | String | 80 | M | 客户端的订单唯一标识 | |||
3 | referenceNo1 | String | 80 | O | 客户端订单号 | |||
4 | trackingNo | String | 40 | O | 跟踪号 | |||
5 | serviceCode | String | 64 | M | 服务代码,物流商提供 | |||
6 | incoterm | String | 3 | O | DDU/DDP | |||
7 | description | String | 60 | M | 英文品名 | |||
8 | nativeDescription | String | 255 | O | 中文品名 | |||
9 | weight | Double | M | 重量(>=0.000001) | ||||
10 | weightUnit | String | 3 | O | 重量单位,枚举值:G, KG,LB 默认值:KG | |||
11 | length | Double | O | 长 | ||||
12 | width | Double | O | 宽 | ||||
13 | height | Double | O | 高 | ||||
14 | volume | Double | O | 体积(>=0.01) | ||||
15 | dimensionUnit | String | 3 | O | 长度单位,枚举值:M, CM 默认值:CM | |||
16 | invoiceValue | Double | M | 货值(>=0.01),与sum(itemCount * unitValue)的误差不能超过0.1 | ||||
17 | invoiceCurrency | String | 3 | M | 币种,ISO货币代码 | |||
18 | pickUp | Boolean | 1 | O | 枚举值:Y/N 默认值:N | |||
19 | authorityToLeave | Boolean | O | 不需要签名(置放于收货人门口) | ||||
20 | lockerService | Boolean | 3 | O | ||||
21 | batteryType | String | 64 | O | 电池类型,枚举值:
| |||
22 | batteryPacking | String | 64 | O | 电池包装,枚举值:
| |||
23 | dangerousGoods | Boolean | O | 默认值:false | ||||
24 | sku | String | 128 | O | 捡货清单,一般面单上会显示出来 | |||
25 | serviceOption | String | 60 | O | ||||
26 | instruction | String | 255 | O | 派送指令 | |||
27 | facility | String | 20 | O | 发件网点,物流商提供 | |||
28 | platform | String | 20 | O | 平台代码 | |||
29 | recipientName | String | 50 | M | 收件人名称 限制英语/法语字符/非纯数字 自动去除特殊字符 | |||
30 | recipientTaxId | String | 100 | O | 收件人税号 | |||
31 | recipientCompany | String | 50 | O | 收件人公司名 | |||
32 | phone | String | 20 | O | 电话 | |||
33 | String | 50 | O | 邮箱 | ||||
34 | addressLine1 | String | 200 | M | 地址第一行 限制英语/法语字符/非纯数字 自动去除特殊字符 | |||
35 | addressLine2 | String | 200 | O | 地址第二行 | |||
36 | addressLine3 | String | 80 | O | 地址第三行 | |||
37 | city | String | 80 | M | 城市 | |||
38 | state | String | 80 | M | 省 限制英语/法语字符/非纯数字 自动去除特殊字符 | |||
39 | postcode | String | 16 | O | 邮编 | |||
40 | country | String | 2 | M | 国家二字代码 | |||
41 | shipperName | String | 50 | M | 发件人名称 限制英语/法语字符/非纯数字 自动去除特殊字符 | |||
42 | shipperPhone | String | 20 | O | 电话 | |||
43 | shipperAddressLine1 | String | 200 | O | 地址第一行 | |||
44 | shipperAddressLine2 | String | 200 | O | 地址第二行 | |||
45 | shipperAddressLine3 | String | 80 | O | 地址第三行 | |||
46 | shipperCity | String | 80 | O | 城市 | |||
47 | shipperState | String | 80 | O | 省 | |||
48 | shipperPostcode | String | 16 | O | 邮编 | |||
49 | shipperCountry | String | 2 | O | 国家二字代码 | |||
50 | shipperEmail | String | 80 | O | 客户邮箱 | |||
51 | returnOption | String | 100 | O | 退件选项 | |||
52 | returnName | String | 50 | M | 退件接收人名称 | |||
53 | returnAddressLine1 | String | 200 | M | 地址第一行 | |||
54 | returnAddressLine2 | String | 200 | O | 地址第二行 | |||
55 | returnAddressLine3 | String | 80 | O | 地址第三行 | |||
56 | returnCity | String | 80 | M | 城市 | |||
57 | returnState | String | 80 | M | 省 | |||
58 | returnPostcode | String | 16 | O | 邮编 | |||
59 | returnCountry | String | 2 | M | 国家二字代码 | |||
60 | returnPhone | String | 50 | O | 退货电话 | |||
61 | orderItems | List | O | Item信息 | ||||
62 | itemNo | String | 128 | M | Item编号 | |||
63 | sku | String | 128 | M | SKU | |||
64 | description | String | 60 | M | 英文品名 如果值为空,设置成订单级别的description 1. 不能包含设置的违禁品关键词 2. 必须是英文和法文字符或数字 | |||
65 | nativeDescription | String | 255 | O | 中文品名 | |||
66 | hsCode | String | 60 | O | HS Code | |||
67 | originCountry | String | 60 | M | 国家二字代码,三字代码或名称 | |||
68 | itemCount | Integer | M | 件数,>0 | ||||
69 | unitValue | Double | M | 单价,>0 | ||||
70 | warehouseNo | 50 | O | 截取前50个字符 | ||||
71 | productURL | String | 512 | O | 产品链接 | |||
72 | weight | Double | O | Item重量,转换成KG | ||||
73 | extendData | Object | O | 扩展字段 | ||||
74 | vendorid | String | 12 | O | 税号 | |||
75 | gstexemptionCode | Sting | 4 | O | GST免税码,如果vendorid正确,该字段值自动设置为“PAID” | |||
76 | senderTaxId | String | 255 | O | 发货人税号 | |||
77 | InjectPort | String | 256 | O | 订单配送港口,针对加拿大服务 | |||
78 | pieces | array[map,...] | O | 一票多件包裹信息 | ||||
79 | Parcel Info | 单个包裹的请求字段结构同上方要求一致 |
...
代码块 | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
[ { "referenceNo": "reedzhang1231211", "country": "AU", "serviceCode": "UBITEST.AU2AUSERVICE.AUPOST.1CODE", "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", "abnnumber": "", "batteryType": "", "batteryPacking": "" "gstexemptioncode": "PAID", "extendData": { "vendorid": "111", "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 } ] |
...
代码块 | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
[ { "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": "UBITEST.AU2AUSERVICE.ALLECODE", "serviceOption": "UBITEST.AU2AUSERVICE.ALLEOPTION", "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": "UBITEST.AU2AUSERVICE.ALLECODE", "serviceOption": "UBITEST.AU2AUSERVICE.ALLEOPTION", "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": "UBITEST.AU2AUSERVICE.ALLECODE", "serviceOption": "UBITEST.AU2AUSERVICE.ALLEOPTION", "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": "UBITEST.AU2AUSERVICE.ALLECODE", "serviceOption": "UBITEST.AU2AUSERVICE.ALLEOPTION", "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": "UBITEST.AU2AUSERVICE.ALLECODE", "serviceOption": "UBITEST.AU2AUSERVICE.ALLEOPTION", "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": "UBITEST.AU2AUSERVICE.ALLECODE", "serviceOption": "UBITEST.AU2AUSERVICE.ALLEOPTION", "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": "UBITEST.AU2AUSERVICE.ALLECODE", "serviceOption": "UBITEST.AU2AUSERVICE.ALLEOPTION", "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": "UBITEST.AU2AUSERVICE.ALLECODE", "serviceOption": "UBITEST.AU2AUSERVICE.ALLEOPTION", "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": "UBITEST.AU2AUSERVICE.ALLECODE", "serviceOption": "UBITEST.AU2AUSERVICE.ALLEOPTION", "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": "UBITEST.AU2AUSERVICE.ALLECODE", "serviceOption": "UBITEST.AU2AUSERVICE.ALLEOPTION", "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": "UBITEST.AU2AUSERVICE.ALLECODE", "serviceOption": "UBITEST.AU2AUSERVICE.ALLEOPTION", "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": "UBITEST.AU2AUSERVICE.ALLECODE", "serviceOption": "UBITEST.AU2AUSERVICE.ALLEOPTION", "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": "UBITEST.AU2AUSERVICE.ALLECODE", "serviceOption": "UBITEST.AU2AUSERVICE.ALLEOPTION", "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": "UBITEST.AU2AUSERVICE.ALLECODE", "serviceOption": "UBITEST.AU2AUSERVICE.ALLEOPTION", "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": "UBITEST.AU2AUSERVICE.ALLECODE", "serviceOption": "UBITEST.AU2AUSERVICE.ALLEOPTION", "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": "UBITEST.AU2AUSERVICE.ALLECODE", "serviceOption": "UBITEST.AU2AUSERVICE.ALLEOPTION", "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": "UBITEST.AU2AUSERVICE.ALLECODE", "serviceOption": "UBITEST.AU2AUSERVICE.ALLEOPTION", "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": "UBITEST.AU2AUSERVICE.ALLECODE", "serviceOption": "UBITEST.AU2AUSERVICE.ALLEOPTION", "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": "UBITEST.AU2AUSERVICE.ALLECODE", "serviceOption": "UBITEST.AU2AUSERVICE.ALLEOPTION", "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": "UBITEST.AU2AUSERVICE.ALLECODE", "serviceOption": "UBITEST.AU2AUSERVICE.ALLEOPTION", "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": "UBITEST.AU2AUSERVICE.ALLECODE", "serviceOption": "UBITEST.AU2AUSERVICE.ALLEOPTION", "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": "UBITEST.AU2AUSERVICE.ALLECODE", "serviceOption": "UBITEST.AU2AUSERVICE.ALLEOPTION", "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": "UBITEST.AU2AUSERVICE.ALLECODE", "serviceOption": "UBITEST.AU2AUSERVICE.ALLEOPTION", "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": "UBITEST.AU2AUSERVICE.ALLECODE", "serviceOption": "UBITEST.AU2AUSERVICE.ALLEOPTION", "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": "UBITEST.AU2AUSERVICE.ALLECODE", "serviceOption": "UBITEST.AU2AUSERVICE.ALLEOPTION", "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": "UBITEST.AU2AUSERVICE.ALLECODE", "serviceOption": "UBITEST.AU2AUSERVICE.ALLEOPTION", "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": "UBITEST.AU2AUSERVICE.ALLECODE", "serviceOption": "UBITEST.AU2AUSERVICE.ALLEOPTION", "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": "UBITEST.AU2AUSERVICE.ALLECODE", "serviceOption": "UBITEST.AU2AUSERVICE.ALLEOPTION", "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": "UBITEST.AU2AUSERVICE.ALLECODE", "serviceOption": "UBITEST.AU2AUSERVICE.ALLEOPTION", "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": "UBITEST.AU2AUSERVICE.ALLECODE", "serviceOption": "UBITEST.AU2AUSERVICE.ALLEOPTION", "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": "UBITEST.AU2AUSERVICE.ALLECODE", "serviceOption": "UBITEST.AU2AUSERVICE.ALLEOPTION", "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": "UBITEST.AU2AUSERVICE.ALLECODE", "serviceOption": "UBITEST.AU2AUSERVICE.ALLEOPTION", "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": "UBITEST.AU2AUSERVICE.ALLECODE", "serviceOption": "UBITEST.AU2AUSERVICE.ALLEOPTION", "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" } ] } ] } ] |
...