curl --location --request GET '/open/order/list?page=&pageSize=&deliveryTimeBegin&deliveryTimeEnd&updateTimeBegin=&updateTimeEnd=&storeId=&status=&tradeId=&salesOrderCode=' \
--header 'Authorization: Bearer {{token}}' \
--header 'timestamp: {{timestamp}}' \
--header 'sign: {{sign}}'{
"code": 0,
"msg": "string",
"data": {
"orders": [
{
"id": 0,
"salesOrderCode": "string",
"erpOrderCode": "string",
"outSalesOrderCode": "string",
"status": "1",
"deliveryStatus": "1",
"updateTime": "2019-08-24T14:15:22Z",
"storeId": 0,
"warehouseId": 0,
"createType": "1",
"country": "string",
"city": "string",
"district": "string",
"province": "string",
"address": "string",
"mobile": "string",
"telephone": "string",
"zipcode": "string",
"contact": "string",
"buyerId": "string",
"buyerName": "string",
"cusRemark": "string",
"sellerRemark": "string",
"currency": "string",
"outCreateTime": "2019-08-24T14:15:22Z",
"auditedTime": "2019-08-24T14:15:22Z",
"auditedRemark": "string",
"isShippedNotice": "string",
"type": "1",
"outSalesOrderStatus": "string",
"sellingAmount": 0,
"payType": "string",
"payAmount": 0,
"paidTime": "2019-08-24T14:15:22Z",
"createTime": "2019-08-24T14:15:22Z",
"countryCode": "string",
"outPromisedShippingTime": "2019-08-24T14:15:22Z",
"isCod": "1",
"shipmentProvider": "string",
"shippingFee": 0,
"deliveryTime": "2019-08-24T14:15:22Z",
"isSample": true,
"packages": [
{
"id": 0,
"salesOrderCode": "string",
"dispatchOrderCode": "string",
"outSalesOrderCode": "string",
"payAmount": 0,
"shippingFee": 0,
"wmsProcessFee": 0,
"wmsPreShippingFee": 0,
"wmsShippingFee": 0,
"status": "0",
"weight": 0,
"updateTime": "2019-08-24T14:15:22Z",
"deliveryTime": "2019-08-24T14:15:22Z",
"storeId": 0,
"warehouseId": 0,
"city": "string",
"district": "string",
"province": "string",
"country": "string",
"address": "string",
"mobile": "string",
"telephone": "string",
"contact": "string",
"noticeWmsTime": "2019-08-24T14:15:22Z",
"wmsStatus": "1",
"waybillPdfUrl": "string",
"getWaybillFailReason": "string",
"expressName": "string",
"expressNo": "string",
"sellingAmount": 0,
"createTime": "2019-08-24T14:15:22Z",
"interceptFlag": "1",
"isNoticePlatformDelivery": "string",
"lockInventoryStatus": "1",
"getWaybillStatus": "1",
"transferNumber": "string",
"zipcode": "string",
"salesOrderType": "1",
"innerExpressCode": "string",
"details": [
{
"id": 0,
"skuCode": "string",
"fnSkuCode": "string",
"skuName": "string",
"noticeQuantity": 0,
"sellingPrice": 0,
"sellingAmount": 0,
"actualPrice": 0,
"actualAmount": 0,
"costPrice": 0,
"isGift": "string",
"lackQuantity": "string"
}
],
"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"
}
]
}
],
"details": [
{
"id": 0,
"skuCode": "string",
"skuName": "string",
"outSkuCode": "string",
"outSkuName": "string",
"outModelName": "string",
"quantity": 0,
"costPrice": 0,
"sellingPrice": 0,
"actualPrice": 0,
"isGift": "string",
"outDetailId": "string",
"outSellerSkuCode": "string",
"outSpuCode": "string",
"skuPic": "string",
"outSkuPic": "string"
}
]
}
],
"total": 0,
"page": 0,
"pageSize": 0
},
"trace": "string",
"extra": {
"property1": {},
"property2": {}
},
"ok": true
}