{
"param": {
"houseCode":"QCK",
"isPriceApi":1,
"country":"US",
"goodsType":"",
"postcode":"",
"piece":1,
"weight":10,
"channelCode":"SZEYB-DL",
"volumes":[{
"piece":1,
"length":"10",
"width":"10",
"height":"10"
}]
}
}
curl --location --request POST '/commonApi/dropshipping/queryPrice' \
--header 'token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"param": {
"houseCode":"QCK",
"isPriceApi":1,
"country":"US",
"goodsType":"",
"postcode":"",
"piece":1,
"weight":10,
"channelCode":"SZEYB-DL",
"volumes":[{
"piece":1,
"length":"10",
"width":"10",
"height":"10"
}]
}
}'
{
"actionMsg": "string",
"code": 0,
"data": [
{
"channelCode": "string",
"ccy": "string",
"totalFee": "string"
}
],
"errorMsg": "string",
"msg": "string"
}