curl --location '/api/customer/admin/logistics/getLogisticsInfo-Sku' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"countryCode": "string",
"skuItems": [
{
"num": 0,
"skuId": 0
}
]
}'{
"countryCode": "string",
"currency": "string",
"data": [
{
"agingMax": 0,
"agingMin": 0,
"amount": 0,
"currencyCode": "string",
"currencySymbol": "string",
"discountedPrices": 0,
"id": 0,
"name": "string"
}
],
"message": "string",
"skuItems": [
{
"num": 0,
"skuId": 0
}
],
"status": 0
}