curl --location --request GET '/open/order/package/list?page=&pageSize=&deliveryTimeBegin=&deliveryTimeEnd=&storeId=&outSalesOrderCodes=&salesOrderCode=&dispatchOrderCode=&status=' \
--header 'Authorization: Bearer {{token}}' \
--header 'timestamp: {{timestamp}}' \
--header 'sign: {{sign}}'{
"code": 0,
"msg": "string",
"data": {
"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"
}
]
}
],
"total": 0,
"page": 0,
"pageSize": 0
},
"trace": "string",
"extra": {
"property1": {},
"property2": {}
},
"ok": true
}