{
"goods": [
{
"goodsId": 318672,
"specId": 5363009,
"num": 1,
"yfMode": 1
},
{
"goodsId": 318733,
"specId": 5363036,
"num": 1,
"yfMode": 4
}
],
"province": 1491,
"city": 1492,
"area": 1493
}
curl --location --request POST 'https://test-openapi.7dingdong.com/api/v1/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
}
],
"province": 1491,
"city": 1492,
"area": 1493
}'
{
"status": 200,
"msg": "请求成功",
"requestId": "9a44725e-3917-11ef-8158-08002763b2f5",
"content": {
"shipPrice": [
{
"goodsId": 318672,
"specId": 5363009,
"num": 1,
"yfMode": 1,
"shippingFeeDetail": {
"shipPrice": 0,
"basicShipPrice": 1,
"totalShipPrice": 1,
"yfModeType": 1
}
}
],
"errorGoods": [
{
"goodsId": 318733,
"specId": 5363036,
"num": 1,
"yfMode": 4,
"msg": "物流起订量不能小于3"
}
]
}
}