curl --location --request POST '/open/order/details' \
--header 'Authorization: Bearer {{token}}' \
--header 'timestamp: {{timestamp}}' \
--header 'sign: {{sign}}' \
--form 'salesOrderCodes=""'{
"code": 0,
"msg": "string",
"data": [
{
"salesOrderCode": "string",
"erpOrderCode": "string",
"type": "string",
"status": "string",
"deliveryStatus": "string",
"storeId": 0,
"country": "string",
"city": "string",
"district": "string",
"province": "string",
"address": "string",
"mobile": "string",
"telephone": "string",
"zipcode": "string",
"contact": "string",
"cusRemark": "string",
"sellingAmount": 0,
"payType": "string",
"payAmount": 0,
"paidTime": "2019-08-24T14:15:22Z",
"currency": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateTime": "2019-08-24T14:15:22Z",
"countryCode": "string",
"warehouseId": 0,
"isCod": "1",
"sellerRemark": "string",
"shipmentProvider": "string",
"buyerId": "string",
"buyerName": "string",
"shippingFee": 0,
"payStatus": "1",
"createType": "1",
"skuList": [
{
"skuCode": "string",
"skuName": "string",
"outSkuCode": "string",
"outSkuName": "string",
"outModelName": "string",
"quantity": 0,
"costPrice": 0,
"sellingPrice": 0,
"actualPrice": 0,
"isGift": "string",
"skuId": 0,
"outSellerSkuCode": "string",
"outSpuCode": "string",
"skuPic": "string",
"outSkuPic": "string",
"fnSkuCode": "string"
}
],
"packageList": [
{
"salesOrderCode": "string",
"dispatchOrderCode": "string",
"status": "0",
"warehouseId": 0,
"waybillPdfUrl": "string",
"expressName": "string",
"expressNo": "string",
"innerExpressCode": "string",
"deliveryTime": "2019-08-24T14:15:22Z",
"waybillSize": "string",
"weight": 0,
"lockInventoryStatus": "1",
"getWaybillStatus": "1",
"details": [
{
"skuName": "string",
"skuCode": "string",
"outQuantity": 0,
"noticeQuantity": 0,
"status": "1",
"costPrice": 0,
"sellingPrice": 0,
"actualPrice": 0,
"parentSkuCode": "string",
"skuPic": "string",
"fnSkuCode": "string",
"isGift": "string",
"lackQuantity": 0
}
],
"itemLines": [
{
"id": 0,
"outSalesOrderCode": "string",
"salesOrderCode": "string",
"dispatchOrderCode": "string",
"salesOrderDetailId": 0,
"parentSkuCode": "string",
"skuCode": "string",
"fnSkuCode": "string",
"skuName": "string",
"quantity": 0,
"costPrice": 0,
"actualPrice": 0,
"actualAmount": 0,
"sellingPrice": 0,
"sellingAmount": 0,
"isGift": "string"
}
]
}
]
}
],
"trace": "string",
"extra": {
"property1": {},
"property2": {}
},
"ok": true
}