{
"skuinfo":"660402384A*1,103517137A*2",
"countrycode":"US",
"shippingmethodcode":""
}curl --location --request POST '/order/shippingcost' \
--header 'Authorization: 2+s8CDVEwkmRHSJ9lorE5Q==' \
--header 'Content-Type: application/json' \
--data-raw '{
"skuinfo":"660402384A*1,103517137A*2",
"countrycode":"US",
"shippingmethodcode":""
}'{
"Success": true,
"Currency": "USD",
"CountryCode": "US",
"Shippings": [
{
"ShippingMethodCode": "EUDDP",
"ShippingMethod": "YunExpress",
"ShippingCost": 5.31,
"DeliveryCycle": "8-12 business days"
}
],
"Reason": ""
}