跨境业务一站式解决方案,了解更多请移步官网:https://www.shipnis.com/
{
"post_code": "string",
"country_code": "string",
"line_code": "string",
"insure_amount": 0,
"packages": [
{
"length": 0,
"width": 0,
"height": 0,
"weight": 0
}
]
}curl --location --request POST '/openApi/v2/inquiry' \
--header 'Content-Type: application/json' \
--data-raw '{
"post_code": "string",
"country_code": "string",
"line_code": "string",
"insure_amount": 0,
"packages": [
{
"length": 0,
"width": 0,
"height": 0,
"weight": 0
}
]
}'{
"code": 0,
"msg": "string",
"data": [
{
"line_code": "string",
"name": "string",
"weight": 0,
"charge_weight": 0,
"freight": 0,
"fuel": 0,
"insure": 0,
"vat": 0,
"amount": 0,
"inquiry_status": 0,
"err_msg": "string"
}
]
}