Path parameters
-
store string Required
ID of the store.
Body Required
Order details
-
orderId string
Order ref of ERP system.
-
clientOrderRef string
Client order ref of E-commerce platform.
-
clientParentOrderRef string
Client parent order ref (E-commerce platform)
-
platformTransactionId string
Client transaction id (E-commerce platform), e.g. PDD for customs purpose payment
-
platformName string Required
Platform name, available options: pdd, youzan, littleredbook, nomad, douyin, checkout.
-
isSubOrder boolean
Declare if current order is a sub order.
Default value is
false
. -
isDistributionOrder boolean
Declare if current order is a distribution order.
Default value is
false
. -
distributorName string
Distributor Name
-
orderType string
Current order type, could be one of DEFAULT/DISTRIBUTOR/SUPPLIER
Default value is
DEFAULT
. -
items array[object]
A product in an order
-
customer object
The address that current order will be delivered.
-
customerIdRef string
The ID of buyer on current E-commerce platform.
-
seller object
The address that current order will be delivered.
-
payer object
The address that current order will be delivered.
-
status string
View valid status at get /order query params
-
trackingReference string
package tracking reference.
-
destinationCode string
Proposed by Onion, original Chinese phrase is 三段码.
-
nodeCode string
Proposed by Onion, original Chinese phrase is 集包地.
-
expressCompany string
Logistic companies, e.g. STO, Goldjet.
-
expressType string
BC/BBC. BC means business-customer, BBC means business-business-customer, like distribution sell mode.
-
currency string Required
The currency used in current order, it makes sense if we declare it explicitly.
Default value is
RMB
. -
customsCode string
海关编号 ZZ:郑州新郑综合保税区;GZ:广州海关;HZ:杭州海关;SH:上海海关
Default value is
SH
. -
customsFilingId string
The filing id that returned from Customs
-
createdAt string
The time when current order was created. ISO_8601 format
-
updatedAt string
The time when current order was updated. ISO_8601 format
-
payMethod string
-
payMerchantName string
-
payAmount number(float)
The amount of final paid.
-
payId string
The pay number generated by the eCommerce platform such as Youzan
-
paymentPayId string
the payment number generated by payment tool such as WeChat Pay
-
paidAt string
The time when the pay was made. ISO_8601 format
-
payCustomsNo string
The payment declaration number from customs.
-
productsTotalTax number(float)
The sum tax of all products in current order, including Non-cash deduction amount.
-
shippingCost number(float)
The shipping cost of current order, excluding the shipping cost on each contained products. If delivery free, just set 0.
-
shippingTax number(float)
The shipping tax of current order. If delivery free, just set 0.
-
shippedDate string
The date that package is shipped
-
nonCashDeductionAmount number(float)
Amount that deducted by non-cash, e.g. member points, virtual currency, voucher code, etc.
-
insuranceFee number(float)
The insurance fee of current shipping.
-
customerNote string
The special note from the buyer.
-
deliverySlipUrl string
The URL of delivery slip.
-
campaignTrackingData object
-
discountCode string
The discount code.
curl \
-X POST https://nomad.samarkand-global.cn/envoy/order/{store} \
-H "x-ca-key: $API_KEY" \
-H "Content-Type: application/json" \
-d '{"orderId":"string","clientOrderRef":"string","clientParentOrderRef":"string","platformTransactionId":"string","platformName":"pdd","isSubOrder":false,"isDistributionOrder":false,"distributorName":"string","orderType":"DISTRIBUTOR","items":[{"itemId":"string","product":{"productId":123456,"name":"COLAB Dry Shampoo","nameEn":"COLAB Dry Shampoo","skus":[{"skuNumber":"SMK123","price":10,"rrp":8,"groupBuyingPrice":6,"cost":200,"images":{"ids":["string"],"urls":["string"],"uploads":["string"]},"barcode":55001234567,"color":"green","size":"small","quantity":10,"isOnsale":false,"netWeight":30.3,"grossWeight":35.3,"shippingCost":4.2,"shippingTime":7,"model":"iPhone XR","spec":"25mm","customsUnitCode":"142, 007, 瓶, ...","customsUnitCodePackage":"142, 011, 140","customsUnitCodeWeight":"035(means 千克, kilogram)","availableStock":6,"warehouseStock":6,"warehouse":"142, 011, 140"}],"currency":"RMB","massUnit":"Kilogram","timeUnit":"days","barcode":55001234567,"description":"Some nice dry shampoo for when you cant be bothered to shower","price":7,"rrp":8,"groupBuyingPrice":6,"netWeight":30.3,"grossWeight":35.3,"images":{"ids":["string"],"urls":["string"],"uploads":["string"]},"isOnsale":false,"status":"draft","category":["All","Cloth","Top"],"vendor":"Apple","country":"France","shelfLife":21,"createdAt":"2019-03-19T08:57:41.133Z","updatedAt":"2019-03-19T08:57:41.133Z","logisticsMode":"red_auto","shippingCost":4.2,"shippingTime":7,"hsCode":"7606929900","personalPostalArticlesTax":"01000000","ingredient":"Silk","model":"iPhone XR","spec":"25mm","warrantyPeriod":180,"expressType":"string","discount":0,"taxRate":0,"brand":"Nike","storeId":"samarkand.xxx","categoryId":"12345"},"quantity":4,"price":10.1,"discount":10.1,"tax":1.2,"distributorName":"string","distributorId":"string"}],"customer":{"firstName":"John","lastName":"string","address1":"string","address2":"string","city":"string","state":"string","country":"string","zip":"string","tin":"string","phone":"string","countryCode":"string","email":"string","age":42,"gender":"Female","chineseId":"string"},"customerIdRef":"string","seller":{"firstName":"John","lastName":"string","address1":"string","address2":"string","city":"string","state":"string","country":"string","zip":"string","tin":"string","phone":"string","countryCode":"string","email":"string","age":42,"gender":"Female","chineseId":"string"},"payer":{"firstName":"John","lastName":"string","address1":"string","address2":"string","city":"string","state":"string","country":"string","zip":"string","tin":"string","phone":"string","countryCode":"string","email":"string","age":42,"gender":"Female","chineseId":"string"},"status":"string","trackingReference":"string","destinationCode":"string","nodeCode":"string","expressCompany":"string","expressType":"string","currency":"RMB","customsCode":"SH","customsFilingId":"ABCDE29102918171","createdAt":"2019-07-12T13:13:52.004637+01:00","updatedAt":"2019-07-12T13:13:52.004637+01:00","payMethod":"EASIPAY","payMerchantName":"Paypal","payAmount":611.08,"payId":"2014030120394812","paymentPayId":"191028195204000214","paidAt":"2019-07-12T13:13:52+01:00","payCustomsNo":"190401103508000055101002","productsTotalTax":53.28,"shippingCost":25,"shippingTax":1,"shippedDate":"2019-07-12T13:13:52+01:00","nonCashDeductionAmount":0,"insuranceFee":2.5,"customerNote":"This package is very important.","deliverySlipUrl":"string","campaignTrackingData":{"cj_event":"test","utm_campaign":"my campaign"},"discountCode":"string"}'
{
"orderId": "string",
"clientOrderRef": "string",
"clientParentOrderRef": "string",
"platformTransactionId": "string",
"platformName": "pdd",
"isSubOrder": false,
"isDistributionOrder": false,
"distributorName": "string",
"orderType": "DISTRIBUTOR",
"items": [
{
"itemId": "string",
"product": {
"productId": 123456,
"name": "COLAB Dry Shampoo",
"nameEn": "COLAB Dry Shampoo",
"skus": [
{
"skuNumber": "SMK123",
"price": 10,
"rrp": 8,
"groupBuyingPrice": 6,
"cost": 200,
"images": {
"ids": [
"string"
],
"urls": [
"string"
],
"uploads": [
"string"
]
},
"barcode": 55001234567,
"color": "green",
"size": "small",
"quantity": 10,
"isOnsale": false,
"netWeight": 30.3,
"grossWeight": 35.3,
"shippingCost": 4.2,
"shippingTime": 7,
"model": "iPhone XR",
"spec": "25mm",
"customsUnitCode": "142, 007, 瓶, ...",
"customsUnitCodePackage": "142, 011, 140",
"customsUnitCodeWeight": "035(means 千克, kilogram)",
"availableStock": 6,
"warehouseStock": 6,
"warehouse": "142, 011, 140"
}
],
"currency": "RMB",
"massUnit": "Kilogram",
"timeUnit": "days",
"barcode": 55001234567,
"description": "Some nice dry shampoo for when you cant be bothered to shower",
"price": 7,
"rrp": 8,
"groupBuyingPrice": 6,
"netWeight": 30.3,
"grossWeight": 35.3,
"images": {
"ids": [
"string"
],
"urls": [
"string"
],
"uploads": [
"string"
]
},
"isOnsale": false,
"status": "draft",
"category": [
"All",
"Cloth",
"Top"
],
"vendor": "Apple",
"country": "France",
"shelfLife": 21,
"createdAt": "2019-03-19T08:57:41.133Z",
"updatedAt": "2019-03-19T08:57:41.133Z",
"logisticsMode": "red_auto",
"shippingCost": 4.2,
"shippingTime": 7,
"hsCode": "7606929900",
"personalPostalArticlesTax": "01000000",
"ingredient": "Silk",
"model": "iPhone XR",
"spec": "25mm",
"warrantyPeriod": 180,
"expressType": "string",
"discount": 0,
"taxRate": 0,
"brand": "Nike",
"storeId": "samarkand.xxx",
"categoryId": "12345"
},
"quantity": 4,
"price": 10.1,
"discount": 10.1,
"tax": 1.2,
"distributorName": "string",
"distributorId": "string"
}
],
"customer": {
"firstName": "John",
"lastName": "string",
"address1": "string",
"address2": "string",
"city": "string",
"state": "string",
"country": "string",
"zip": "string",
"tin": "string",
"phone": "string",
"countryCode": "string",
"email": "string",
"age": 42,
"gender": "Female",
"chineseId": "string"
},
"customerIdRef": "string",
"seller": {
"firstName": "John",
"lastName": "string",
"address1": "string",
"address2": "string",
"city": "string",
"state": "string",
"country": "string",
"zip": "string",
"tin": "string",
"phone": "string",
"countryCode": "string",
"email": "string",
"age": 42,
"gender": "Female",
"chineseId": "string"
},
"payer": {
"firstName": "John",
"lastName": "string",
"address1": "string",
"address2": "string",
"city": "string",
"state": "string",
"country": "string",
"zip": "string",
"tin": "string",
"phone": "string",
"countryCode": "string",
"email": "string",
"age": 42,
"gender": "Female",
"chineseId": "string"
},
"status": "string",
"trackingReference": "string",
"destinationCode": "string",
"nodeCode": "string",
"expressCompany": "string",
"expressType": "string",
"currency": "RMB",
"customsCode": "SH",
"customsFilingId": "ABCDE29102918171",
"createdAt": "2019-07-12T13:13:52.004637+01:00",
"updatedAt": "2019-07-12T13:13:52.004637+01:00",
"payMethod": "EASIPAY",
"payMerchantName": "Paypal",
"payAmount": 611.08,
"payId": "2014030120394812",
"paymentPayId": "191028195204000214",
"paidAt": "2019-07-12T13:13:52+01:00",
"payCustomsNo": "190401103508000055101002",
"productsTotalTax": 53.28,
"shippingCost": 25,
"shippingTax": 1,
"shippedDate": "2019-07-12T13:13:52+01:00",
"nonCashDeductionAmount": 0,
"insuranceFee": 2.5,
"customerNote": "This package is very important.",
"deliverySlipUrl": "string",
"campaignTrackingData": {
"cj_event": "test",
"utm_campaign": "my campaign"
},
"discountCode": "string"
}
{
"code": 42,
"message": "string",
"connectorResponses": [
{
"input": "string",
"mappingName": "GetProductMapping",
"api": [
"string"
],
"apiDocLink": "https://open.pinduoduo.com/#/apidocument/port?portId=pdd.goods.commit.detail.get",
"httpRequestRawData": "-",
"code": 42,
"response": "string",
"responseEn": "string",
"platform": "youzan",
"requestCount": 1,
"responseTime": 1000
}
],
"responseTime": 1000,
"data": {
"returnValue": "string",
"orders": [
{
"orderId": "string",
"clientOrderRef": "string",
"clientParentOrderRef": "string",
"platformTransactionId": "string",
"platformName": "pdd",
"isSubOrder": false,
"isDistributionOrder": false,
"distributorName": "string",
"orderType": "DISTRIBUTOR",
"items": [
{
"itemId": "string",
"product": {
"productId": 123456,
"name": "COLAB Dry Shampoo",
"nameEn": "COLAB Dry Shampoo",
"skus": [
{
"skuNumber": "SMK123",
"price": 10,
"rrp": 8,
"groupBuyingPrice": 6,
"cost": 200,
"images": {
"ids": [
"string"
],
"urls": [
"string"
],
"uploads": [
"string"
]
},
"barcode": 55001234567,
"color": "green",
"size": "small",
"quantity": 10,
"isOnsale": false,
"netWeight": 30.3,
"grossWeight": 35.3,
"shippingCost": 4.2,
"shippingTime": 7,
"model": "iPhone XR",
"spec": "25mm",
"customsUnitCode": "142, 007, 瓶, ...",
"customsUnitCodePackage": "142, 011, 140",
"customsUnitCodeWeight": "035(means 千克, kilogram)",
"availableStock": 6,
"warehouseStock": 6,
"warehouse": "142, 011, 140"
}
],
"currency": "RMB",
"massUnit": "Kilogram",
"timeUnit": "days",
"barcode": 55001234567,
"description": "Some nice dry shampoo for when you cant be bothered to shower",
"price": 7,
"rrp": 8,
"groupBuyingPrice": 6,
"netWeight": 30.3,
"grossWeight": 35.3,
"images": {
"ids": [
"string"
],
"urls": [
"string"
],
"uploads": [
"string"
]
},
"isOnsale": false,
"status": "draft",
"category": [
"All",
"Cloth",
"Top"
],
"vendor": "Apple",
"country": "France",
"shelfLife": 21,
"createdAt": "2019-03-19T08:57:41.133Z",
"updatedAt": "2019-03-19T08:57:41.133Z",
"logisticsMode": "red_auto",
"shippingCost": 4.2,
"shippingTime": 7,
"hsCode": "7606929900",
"personalPostalArticlesTax": "01000000",
"ingredient": "Silk",
"model": "iPhone XR",
"spec": "25mm",
"warrantyPeriod": 180,
"expressType": "string",
"discount": 0,
"taxRate": 0,
"brand": "Nike",
"storeId": "samarkand.xxx",
"categoryId": "12345"
},
"quantity": 4,
"price": 10.1,
"discount": 10.1,
"tax": 1.2,
"distributorName": "string",
"distributorId": "string"
}
],
"customer": {
"firstName": "John",
"lastName": "string",
"address1": "string",
"address2": "string",
"city": "string",
"state": "string",
"country": "string",
"zip": "string",
"tin": "string",
"phone": "string",
"countryCode": "string",
"email": "string",
"age": 42,
"gender": "Female",
"chineseId": "string"
},
"customerIdRef": "string",
"seller": {
"firstName": "John",
"lastName": "string",
"address1": "string",
"address2": "string",
"city": "string",
"state": "string",
"country": "string",
"zip": "string",
"tin": "string",
"phone": "string",
"countryCode": "string",
"email": "string",
"age": 42,
"gender": "Female",
"chineseId": "string"
},
"payer": {
"firstName": "John",
"lastName": "string",
"address1": "string",
"address2": "string",
"city": "string",
"state": "string",
"country": "string",
"zip": "string",
"tin": "string",
"phone": "string",
"countryCode": "string",
"email": "string",
"age": 42,
"gender": "Female",
"chineseId": "string"
},
"status": "string",
"trackingReference": "string",
"destinationCode": "string",
"nodeCode": "string",
"expressCompany": "string",
"expressType": "string",
"currency": "RMB",
"customsCode": "SH",
"customsFilingId": "ABCDE29102918171",
"createdAt": "2019-07-12T13:13:52.004637+01:00",
"updatedAt": "2019-07-12T13:13:52.004637+01:00",
"payMethod": "EASIPAY",
"payMerchantName": "Paypal",
"payAmount": 611.08,
"payId": "2014030120394812",
"paymentPayId": "191028195204000214",
"paidAt": "2019-07-12T13:13:52+01:00",
"payCustomsNo": "190401103508000055101002",
"productsTotalTax": 53.28,
"shippingCost": 25,
"shippingTax": 1,
"shippedDate": "2019-07-12T13:13:52+01:00",
"nonCashDeductionAmount": 0,
"insuranceFee": 2.5,
"customerNote": "This package is very important.",
"deliverySlipUrl": "string",
"campaignTrackingData": {
"cj_event": "test",
"utm_campaign": "my campaign"
},
"discountCode": "string"
}
],
"order": {
"orderId": "string",
"clientOrderRef": "string",
"clientParentOrderRef": "string",
"platformTransactionId": "string",
"platformName": "pdd",
"isSubOrder": false,
"isDistributionOrder": false,
"distributorName": "string",
"orderType": "DISTRIBUTOR",
"items": [
{
"itemId": "string",
"product": {
"productId": 123456,
"name": "COLAB Dry Shampoo",
"nameEn": "COLAB Dry Shampoo",
"skus": [
{
"skuNumber": "SMK123",
"price": 10,
"rrp": 8,
"groupBuyingPrice": 6,
"cost": 200,
"images": {
"ids": [
"string"
],
"urls": [
"string"
],
"uploads": [
"string"
]
},
"barcode": 55001234567,
"color": "green",
"size": "small",
"quantity": 10,
"isOnsale": false,
"netWeight": 30.3,
"grossWeight": 35.3,
"shippingCost": 4.2,
"shippingTime": 7,
"model": "iPhone XR",
"spec": "25mm",
"customsUnitCode": "142, 007, 瓶, ...",
"customsUnitCodePackage": "142, 011, 140",
"customsUnitCodeWeight": "035(means 千克, kilogram)",
"availableStock": 6,
"warehouseStock": 6,
"warehouse": "142, 011, 140"
}
],
"currency": "RMB",
"massUnit": "Kilogram",
"timeUnit": "days",
"barcode": 55001234567,
"description": "Some nice dry shampoo for when you cant be bothered to shower",
"price": 7,
"rrp": 8,
"groupBuyingPrice": 6,
"netWeight": 30.3,
"grossWeight": 35.3,
"images": {
"ids": [
"string"
],
"urls": [
"string"
],
"uploads": [
"string"
]
},
"isOnsale": false,
"status": "draft",
"category": [
"All",
"Cloth",
"Top"
],
"vendor": "Apple",
"country": "France",
"shelfLife": 21,
"createdAt": "2019-03-19T08:57:41.133Z",
"updatedAt": "2019-03-19T08:57:41.133Z",
"logisticsMode": "red_auto",
"shippingCost": 4.2,
"shippingTime": 7,
"hsCode": "7606929900",
"personalPostalArticlesTax": "01000000",
"ingredient": "Silk",
"model": "iPhone XR",
"spec": "25mm",
"warrantyPeriod": 180,
"expressType": "string",
"discount": 0,
"taxRate": 0,
"brand": "Nike",
"storeId": "samarkand.xxx",
"categoryId": "12345"
},
"quantity": 4,
"price": 10.1,
"discount": 10.1,
"tax": 1.2,
"distributorName": "string",
"distributorId": "string"
}
],
"customer": {
"firstName": "John",
"lastName": "string",
"address1": "string",
"address2": "string",
"city": "string",
"state": "string",
"country": "string",
"zip": "string",
"tin": "string",
"phone": "string",
"countryCode": "string",
"email": "string",
"age": 42,
"gender": "Female",
"chineseId": "string"
},
"customerIdRef": "string",
"seller": {
"firstName": "John",
"lastName": "string",
"address1": "string",
"address2": "string",
"city": "string",
"state": "string",
"country": "string",
"zip": "string",
"tin": "string",
"phone": "string",
"countryCode": "string",
"email": "string",
"age": 42,
"gender": "Female",
"chineseId": "string"
},
"payer": {
"firstName": "John",
"lastName": "string",
"address1": "string",
"address2": "string",
"city": "string",
"state": "string",
"country": "string",
"zip": "string",
"tin": "string",
"phone": "string",
"countryCode": "string",
"email": "string",
"age": 42,
"gender": "Female",
"chineseId": "string"
},
"status": "string",
"trackingReference": "string",
"destinationCode": "string",
"nodeCode": "string",
"expressCompany": "string",
"expressType": "string",
"currency": "RMB",
"customsCode": "SH",
"customsFilingId": "ABCDE29102918171",
"createdAt": "2019-07-12T13:13:52.004637+01:00",
"updatedAt": "2019-07-12T13:13:52.004637+01:00",
"payMethod": "EASIPAY",
"payMerchantName": "Paypal",
"payAmount": 611.08,
"payId": "2014030120394812",
"paymentPayId": "191028195204000214",
"paidAt": "2019-07-12T13:13:52+01:00",
"payCustomsNo": "190401103508000055101002",
"productsTotalTax": 53.28,
"shippingCost": 25,
"shippingTax": 1,
"shippedDate": "2019-07-12T13:13:52+01:00",
"nonCashDeductionAmount": 0,
"insuranceFee": 2.5,
"customerNote": "This package is very important.",
"deliverySlipUrl": "string",
"campaignTrackingData": {
"cj_event": "test",
"utm_campaign": "my campaign"
},
"discountCode": "string"
},
"orderId": "string"
}
}
{
"code": 42,
"message": "string",
"connectorResponses": [
{
"input": "string",
"mappingName": "GetProductMapping",
"api": [
"string"
],
"apiDocLink": "https://open.pinduoduo.com/#/apidocument/port?portId=pdd.goods.commit.detail.get",
"httpRequestRawData": "-",
"code": 42,
"response": "string",
"responseEn": "string",
"platform": "youzan",
"requestCount": 1,
"responseTime": 1000
}
],
"responseTime": 1000,
"data": {
"returnValue": "string",
"orders": [
{
"orderId": "string",
"clientOrderRef": "string",
"clientParentOrderRef": "string",
"platformTransactionId": "string",
"platformName": "pdd",
"isSubOrder": false,
"isDistributionOrder": false,
"distributorName": "string",
"orderType": "DISTRIBUTOR",
"items": [
{
"itemId": "string",
"product": {
"productId": 123456,
"name": "COLAB Dry Shampoo",
"nameEn": "COLAB Dry Shampoo",
"skus": [
{
"skuNumber": "SMK123",
"price": 10,
"rrp": 8,
"groupBuyingPrice": 6,
"cost": 200,
"images": {
"ids": [
"string"
],
"urls": [
"string"
],
"uploads": [
"string"
]
},
"barcode": 55001234567,
"color": "green",
"size": "small",
"quantity": 10,
"isOnsale": false,
"netWeight": 30.3,
"grossWeight": 35.3,
"shippingCost": 4.2,
"shippingTime": 7,
"model": "iPhone XR",
"spec": "25mm",
"customsUnitCode": "142, 007, 瓶, ...",
"customsUnitCodePackage": "142, 011, 140",
"customsUnitCodeWeight": "035(means 千克, kilogram)",
"availableStock": 6,
"warehouseStock": 6,
"warehouse": "142, 011, 140"
}
],
"currency": "RMB",
"massUnit": "Kilogram",
"timeUnit": "days",
"barcode": 55001234567,
"description": "Some nice dry shampoo for when you cant be bothered to shower",
"price": 7,
"rrp": 8,
"groupBuyingPrice": 6,
"netWeight": 30.3,
"grossWeight": 35.3,
"images": {
"ids": [
"string"
],
"urls": [
"string"
],
"uploads": [
"string"
]
},
"isOnsale": false,
"status": "draft",
"category": [
"All",
"Cloth",
"Top"
],
"vendor": "Apple",
"country": "France",
"shelfLife": 21,
"createdAt": "2019-03-19T08:57:41.133Z",
"updatedAt": "2019-03-19T08:57:41.133Z",
"logisticsMode": "red_auto",
"shippingCost": 4.2,
"shippingTime": 7,
"hsCode": "7606929900",
"personalPostalArticlesTax": "01000000",
"ingredient": "Silk",
"model": "iPhone XR",
"spec": "25mm",
"warrantyPeriod": 180,
"expressType": "string",
"discount": 0,
"taxRate": 0,
"brand": "Nike",
"storeId": "samarkand.xxx",
"categoryId": "12345"
},
"quantity": 4,
"price": 10.1,
"discount": 10.1,
"tax": 1.2,
"distributorName": "string",
"distributorId": "string"
}
],
"customer": {
"firstName": "John",
"lastName": "string",
"address1": "string",
"address2": "string",
"city": "string",
"state": "string",
"country": "string",
"zip": "string",
"tin": "string",
"phone": "string",
"countryCode": "string",
"email": "string",
"age": 42,
"gender": "Female",
"chineseId": "string"
},
"customerIdRef": "string",
"seller": {
"firstName": "John",
"lastName": "string",
"address1": "string",
"address2": "string",
"city": "string",
"state": "string",
"country": "string",
"zip": "string",
"tin": "string",
"phone": "string",
"countryCode": "string",
"email": "string",
"age": 42,
"gender": "Female",
"chineseId": "string"
},
"payer": {
"firstName": "John",
"lastName": "string",
"address1": "string",
"address2": "string",
"city": "string",
"state": "string",
"country": "string",
"zip": "string",
"tin": "string",
"phone": "string",
"countryCode": "string",
"email": "string",
"age": 42,
"gender": "Female",
"chineseId": "string"
},
"status": "string",
"trackingReference": "string",
"destinationCode": "string",
"nodeCode": "string",
"expressCompany": "string",
"expressType": "string",
"currency": "RMB",
"customsCode": "SH",
"customsFilingId": "ABCDE29102918171",
"createdAt": "2019-07-12T13:13:52.004637+01:00",
"updatedAt": "2019-07-12T13:13:52.004637+01:00",
"payMethod": "EASIPAY",
"payMerchantName": "Paypal",
"payAmount": 611.08,
"payId": "2014030120394812",
"paymentPayId": "191028195204000214",
"paidAt": "2019-07-12T13:13:52+01:00",
"payCustomsNo": "190401103508000055101002",
"productsTotalTax": 53.28,
"shippingCost": 25,
"shippingTax": 1,
"shippedDate": "2019-07-12T13:13:52+01:00",
"nonCashDeductionAmount": 0,
"insuranceFee": 2.5,
"customerNote": "This package is very important.",
"deliverySlipUrl": "string",
"campaignTrackingData": {
"cj_event": "test",
"utm_campaign": "my campaign"
},
"discountCode": "string"
}
],
"order": {
"orderId": "string",
"clientOrderRef": "string",
"clientParentOrderRef": "string",
"platformTransactionId": "string",
"platformName": "pdd",
"isSubOrder": false,
"isDistributionOrder": false,
"distributorName": "string",
"orderType": "DISTRIBUTOR",
"items": [
{
"itemId": "string",
"product": {
"productId": 123456,
"name": "COLAB Dry Shampoo",
"nameEn": "COLAB Dry Shampoo",
"skus": [
{
"skuNumber": "SMK123",
"price": 10,
"rrp": 8,
"groupBuyingPrice": 6,
"cost": 200,
"images": {
"ids": [
"string"
],
"urls": [
"string"
],
"uploads": [
"string"
]
},
"barcode": 55001234567,
"color": "green",
"size": "small",
"quantity": 10,
"isOnsale": false,
"netWeight": 30.3,
"grossWeight": 35.3,
"shippingCost": 4.2,
"shippingTime": 7,
"model": "iPhone XR",
"spec": "25mm",
"customsUnitCode": "142, 007, 瓶, ...",
"customsUnitCodePackage": "142, 011, 140",
"customsUnitCodeWeight": "035(means 千克, kilogram)",
"availableStock": 6,
"warehouseStock": 6,
"warehouse": "142, 011, 140"
}
],
"currency": "RMB",
"massUnit": "Kilogram",
"timeUnit": "days",
"barcode": 55001234567,
"description": "Some nice dry shampoo for when you cant be bothered to shower",
"price": 7,
"rrp": 8,
"groupBuyingPrice": 6,
"netWeight": 30.3,
"grossWeight": 35.3,
"images": {
"ids": [
"string"
],
"urls": [
"string"
],
"uploads": [
"string"
]
},
"isOnsale": false,
"status": "draft",
"category": [
"All",
"Cloth",
"Top"
],
"vendor": "Apple",
"country": "France",
"shelfLife": 21,
"createdAt": "2019-03-19T08:57:41.133Z",
"updatedAt": "2019-03-19T08:57:41.133Z",
"logisticsMode": "red_auto",
"shippingCost": 4.2,
"shippingTime": 7,
"hsCode": "7606929900",
"personalPostalArticlesTax": "01000000",
"ingredient": "Silk",
"model": "iPhone XR",
"spec": "25mm",
"warrantyPeriod": 180,
"expressType": "string",
"discount": 0,
"taxRate": 0,
"brand": "Nike",
"storeId": "samarkand.xxx",
"categoryId": "12345"
},
"quantity": 4,
"price": 10.1,
"discount": 10.1,
"tax": 1.2,
"distributorName": "string",
"distributorId": "string"
}
],
"customer": {
"firstName": "John",
"lastName": "string",
"address1": "string",
"address2": "string",
"city": "string",
"state": "string",
"country": "string",
"zip": "string",
"tin": "string",
"phone": "string",
"countryCode": "string",
"email": "string",
"age": 42,
"gender": "Female",
"chineseId": "string"
},
"customerIdRef": "string",
"seller": {
"firstName": "John",
"lastName": "string",
"address1": "string",
"address2": "string",
"city": "string",
"state": "string",
"country": "string",
"zip": "string",
"tin": "string",
"phone": "string",
"countryCode": "string",
"email": "string",
"age": 42,
"gender": "Female",
"chineseId": "string"
},
"payer": {
"firstName": "John",
"lastName": "string",
"address1": "string",
"address2": "string",
"city": "string",
"state": "string",
"country": "string",
"zip": "string",
"tin": "string",
"phone": "string",
"countryCode": "string",
"email": "string",
"age": 42,
"gender": "Female",
"chineseId": "string"
},
"status": "string",
"trackingReference": "string",
"destinationCode": "string",
"nodeCode": "string",
"expressCompany": "string",
"expressType": "string",
"currency": "RMB",
"customsCode": "SH",
"customsFilingId": "ABCDE29102918171",
"createdAt": "2019-07-12T13:13:52.004637+01:00",
"updatedAt": "2019-07-12T13:13:52.004637+01:00",
"payMethod": "EASIPAY",
"payMerchantName": "Paypal",
"payAmount": 611.08,
"payId": "2014030120394812",
"paymentPayId": "191028195204000214",
"paidAt": "2019-07-12T13:13:52+01:00",
"payCustomsNo": "190401103508000055101002",
"productsTotalTax": 53.28,
"shippingCost": 25,
"shippingTax": 1,
"shippedDate": "2019-07-12T13:13:52+01:00",
"nonCashDeductionAmount": 0,
"insuranceFee": 2.5,
"customerNote": "This package is very important.",
"deliverySlipUrl": "string",
"campaignTrackingData": {
"cj_event": "test",
"utm_campaign": "my campaign"
},
"discountCode": "string"
},
"orderId": "string"
}
}