用于新建B2C订单的信息
{
"referenceNo": "string",
"trackingNo": "string",
"pickType": "1",
"companyName": "string",
"contactName": "string",
"contactMobile": "string",
"contactCellMobile": "string",
"contactEmail": "string",
"province": "string",
"city": "string",
"district": "string",
"doorplate": "string",
"address": "string",
"postcode": "string",
"isSign": "-1",
"signType": 0,
"isInsure": "-1",
"insurePrice": "0.00",
"primeType": "-1",
"inventoryType": "1",
"remark": "string",
"warehouseCode": "string",
"shippingMethodCode": "string",
"code2": "string",
"b2cDto": {
"vatTaxNo": "string",
"salePlatform": "string",
"platformStore": "string"
},
"itemDTOs": [
{
"productSku": "string",
"qty": "0",
"boxNo": "string",
"platformSku": "string"
}
],
"attachmentOpenDTOs": [
{
"attachmentType": "string",
"base64": "string",
"fileName": "string"
}
]
}curl --location --request POST '/open/outbound-order-data/b2c/create' \
--header 'Authorization: {{api_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"referenceNo": "string",
"trackingNo": "string",
"pickType": "1",
"companyName": "string",
"contactName": "string",
"contactMobile": "string",
"contactCellMobile": "string",
"contactEmail": "string",
"province": "string",
"city": "string",
"district": "string",
"doorplate": "string",
"address": "string",
"postcode": "string",
"isSign": "-1",
"signType": 0,
"isInsure": "-1",
"insurePrice": "0.00",
"primeType": "-1",
"inventoryType": "1",
"remark": "string",
"warehouseCode": "string",
"shippingMethodCode": "string",
"code2": "string",
"b2cDto": {
"vatTaxNo": "string",
"salePlatform": "string",
"platformStore": "string"
},
"itemDTOs": [
{
"productSku": "string",
"qty": "0",
"boxNo": "string",
"platformSku": "string"
}
],
"attachmentOpenDTOs": [
{
"attachmentType": "string",
"base64": "string",
"fileName": "string"
}
]
}'{
"code": "20000",
"success": true,
"data": {
"orderType": 1,
"orderNo": "orderNo",
"referenceNo": "referenceNo",
"trackingNo": "Lorem do commodo",
"pickType": 1,
"companyName": "邱国平",
"contactName": "AAA",
"contactMobile": "000-000-0000",
"contactCellMobile": "15119322214",
"contactEmail": "m8eiuk.fm2@gmail.com",
"province": "IN",
"city": "Elkhart",
"district": "嘉祥县",
"doorplate": "sed ex occaecat in cillum",
"address": "皮栋3241号",
"postcode": "46514",
"isResidential": 64,
"isSign": 1,
"signType": 1,
"isInsure": 1,
"insurePrice": 446.09,
"primeType": -1,
"inventoryType": 1,
"totalProduct": 1,
"totalWeight": 1.000,
"packageType": 1,
"packageLength": 0.00,
"packageWidth": 0.00,
"packageHeight": 0.00,
"packageWeight": 0.000,
"zoneCode": "",
"feePrice": 0,
"status": 1,
"labelStatus": -1,
"remark": "veniam deserunt in"
},
"message": "请求成功",
"errors": [],
"timestamp": "1760497755518",
"duration": 1.536,
"requestId": "8b2c35cb02cf47f1a765cc914aeffcee"
}