{
"goods": [
{
"goodsId": 318672,
"specId": 5363009,
"num": 1,
"yfMode": 1
},
{
"goodsId": 318733,
"specId": 5363036,
"num": 1,
"yfMode": 4
}
],
"allowNonPackage":1,
"province": 1491,
"city": 1492,
"area": 1493
}curl --location --request POST 'https://test-openapi.7dingdong.com/api/v2/order/shipping_fee' \
--header 'appKey: ' \
--header 'token: ' \
--header 'nonce: ' \
--header 'timestamp: ' \
--header 'signature: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"goods": [
{
"goodsId": 318672,
"specId": 5363009,
"num": 1,
"yfMode": 1
},
{
"goodsId": 318733,
"specId": 5363036,
"num": 1,
"yfMode": 4
}
],
"allowNonPackage":1,
"province": 1491,
"city": 1492,
"area": 1493
}'{
"status": 200,
"msg": "请求成功",
"requestId": "6b765bfe-8795-11f0-bdf9-080027db4a40",
"content": {
"shipPrice": [
{
"goodsId": 318672,
"specId": 5363009,
"num": 5,
"yfMode": 1,
"yfModeType": 1,
"shipPrice": 495,
"shippingFeeDetails": [
{
"num": 4,
"shipPrice": 396,
"packageType": 1
},
{
"num": 1,
"shipPrice": 99,
"packageType": 2
}
]
}
],
"errorGoods": [
{
"goodsId": 318733,
"specId": 5363036,
"num": 1,
"yfMode": 4,
"msg": "收货地址不支持此方式配送,请选择其他运输方式!"
}
]
}
}