Authorization: ********************{
"thirdOrderNo": "string",
"thirdShopId": "string",
"shopID": "string",
"orderType": 0,
"servicePkg": "string",
"expectedFinishTime": 0,
"expectedPickupTime": 0,
"receiverName": "string",
"receiverAddress": "string",
"receiverLongitude": "string",
"receiverLatitude": "string",
"receiverPhone": "string",
"tips": 0,
"orderAmount": 0,
"orderActualAmount": 0,
"orderSource": "string",
"takeOutSourceNo": "string",
"orderSequence": "string",
"lnglatType": 0,
"weight": "string",
"remark": "string",
"productList": [
{
"productID": "string",
"category": {
"categoryID": "string",
"categoryName": "string"
},
"saleAvailable": true,
"locale": "string",
"name": "string",
"departureList": [
{
"locationID": "string",
"type": "string",
"name": "string"
}
],
"marketPrice": "string",
"salePrice": "string",
"marketPriceCurrency": "string",
"deductPrice": "string",
"business": "string"
}
],
"isMultiply": true
}curl --location --request POST '/runningErrands/queryPreOrderPrice' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"thirdOrderNo": "string",
"thirdShopId": "string",
"shopID": "string",
"orderType": 0,
"servicePkg": "string",
"expectedFinishTime": 0,
"expectedPickupTime": 0,
"receiverName": "string",
"receiverAddress": "string",
"receiverLongitude": "string",
"receiverLatitude": "string",
"receiverPhone": "string",
"tips": 0,
"orderAmount": 0,
"orderActualAmount": 0,
"orderSource": "string",
"takeOutSourceNo": "string",
"orderSequence": "string",
"lnglatType": 0,
"weight": "string",
"remark": "string",
"productList": [
{
"productID": "string",
"category": {
"categoryID": "string",
"categoryName": "string"
},
"saleAvailable": true,
"locale": "string",
"name": "string",
"departureList": [
{
"locationID": "string",
"type": "string",
"name": "string"
}
],
"marketPrice": "string",
"salePrice": "string",
"marketPriceCurrency": "string",
"deductPrice": "string",
"business": "string"
}
],
"isMultiply": true
}'{
"code": 0,
"msg": "string",
"data": {
"deliveryAmount": 0,
"actualAmount": 0,
"atTime": 0,
"couponAmount": 0,
"deliveryOrderNo": "string",
"distance": 0,
"expectedFinishTime": 0,
"insuredFee": 0,
"overweight": "string",
"premiumAmount": 0,
"servicePkg": "string",
"serviceTag": "string",
"thirdOrderNo": "string",
"tips": 0,
"weight": "string",
"costPrice": 0
}
}