{
"checkType": 1,
"allowNonPackage":1,
"goods": [
{
"goodsId": 318689,
"specId": 5362833,
"num": 1,
"yfMode": 1,
"price": 4
},
{
"goodsId": 318672,
"specId": 5363009,
"num": 5,
"yfMode": 1,
"price": 6
}
],
"consignee": {
"receiver": "张三丰",
"phone": "13888888888",
"address": {
"province": 1491,
"city": 1492,
"area": 1493,
"detail": "宇宙中心太阳系小区88栋楼8单元808室"
}
}
}curl --location --request POST 'https://test-openapi.7dingdong.com/api/v2/order/order_preview' \
--header 'appKey: ' \
--header 'token: ' \
--header 'nonce: ' \
--header 'timestamp: ' \
--header 'signature: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"checkType": 1,
"allowNonPackage":1,
"goods": [
{
"goodsId": 318689,
"specId": 5362833,
"num": 1,
"yfMode": 1,
"price": 4
},
{
"goodsId": 318672,
"specId": 5363009,
"num": 5,
"yfMode": 1,
"price": 6
}
],
"consignee": {
"receiver": "张三丰",
"phone": "13888888888",
"address": {
"province": 1491,
"city": 1492,
"area": 1493,
"detail": "宇宙中心太阳系小区88栋楼8单元808室"
}
}
}'{
"status": 200,
"msg": "请求成功",
"requestId": "53787812-87a3-11f0-8fd2-080027db4a40",
"content": {
"totalGoodsPrice": 34,
"totalShipPrice": 495,
"totalWlPrice": 0,
"totalPrice": 529,
"detail": [
{
"goodsId": 318689,
"specId": 5362833,
"num": 1,
"yfMode": 1,
"yfModeType": 1,
"price": 4,
"totalGoodsPrice": 4,
"totalShipPrice": 0,
"totalPrice": 4,
"shippingFeeDetails": [
{
"num": 1,
"shipPrice": 0,
"packageType": 1
}
]
},
{
"goodsId": 318672,
"specId": 5363009,
"num": 5,
"yfMode": 1,
"yfModeType": 1,
"price": 6,
"totalGoodsPrice": 30,
"totalShipPrice": 495,
"totalPrice": 525,
"shippingFeeDetails": [
{
"num": 4,
"shipPrice": 396,
"packageType": 1
},
{
"num": 1,
"shipPrice": 99,
"packageType": 2
}
]
}
],
"consignee": {
"receiver": "张三丰",
"phone": "13888888888",
"address": {
"province": 1491,
"city": 1492,
"area": 1493,
"detail": "宇宙中心太阳系小区88栋楼8单元808室"
}
}
}
}