Description
A service corresponds to a service name and its service code and other information |
Path
HTTP Verb | URL |
---|---|
Post | /services/shipper/queryorders |
Request parameters
Field (API) | Data Type | Length | Mandatory | Details | |
Tracking Number | String | 80 | M | 订单跟踪号 一个JSON格式的跟踪号序列,一次最多300个; |
Request message
Request
["JDQ002445701000931502"]
Response message
Response
{ "status": "Success", "errors": null, "data": [ { "status": "Success", "errors": null, "orderId": "JDQ002445701000931502", "order": { "referenceNo": "Marco-20200806140620", "recipientName": "Rohit Patel", "recipientCompany": "Rohit Patel", "email": "Rohit Patel", "phone": "Rohit Patel", "addressline1": "ebay:qt973pr 71,Great Western Highway", "addressline2": "", "addressline3": "", "city": "OXLEY PARK", "state": "NSW", "postcode": "2760", "country": "Australia", "returnName": "Logistics", "returnAddressLine1": "P O Box 6014", "returnAddressLine2": "", "returnAddressLine3": "", "returnCity": "CHULLORA", "returnState": "NSW", "returnPostcode": "1405", "returnCountry": "Australia", "weight": 0.02, "actualWeight": 0.0, "volume": 0.06, "length": 50.0, "width": 40.0, "height": 30.0, "invoiceValue": 1.51, "invoiceCurrency": "AUD", "batteryType": "0", "batteryPacking": "0", "dangerousGoods": false, "description": "smarwristband", "nativeDescription": "智能手环", "sku": "", "serviceOption": "E-Parcel", "instruction": "", "facility": null, "platform": "Unknown", "serviceCode": null, "shipperName": "Logistics", "shipperAddressLine1": "Logistics ", "shipperAddressLine2": "", "shipperAddressLine3": "", "shipperCity": "UBI", "shipperState": "TX", "shipperPostcode": "2323", "shipperCountry": "Australia", "shipperPhone": null, "recipientTaxId": null, "returnOption": null, "authorityToLeave": "true", "incoterm": "DDU", "lockerService": null, "weightUnit": "kg", "dimensionUnit": "cm", "orderItems": [ { "itemNo": "283856695918", "sku": "S8559024940", "description": "smart wristband", "hsCode": "", "originCountry": "CN", "unitValue": 1.51, "itemCount": 1, "nativeDescription": "智能手环", "weight": 0.0, "productURL": null, "warehouseNo": "", "itemCurrency": null, "pictures": null, "htsCode": null } ], "pieces": null, "trackingNo": "JDQ002445701000931502", "extendData": null, "labelFormat": null, "consignmentId": null, "addressLine1": "ebay:qt973pr 71,Great Western Highway", "addressLine2": "", "addressLine3": "", "packingList": "" } } ] }