podmall.mall.logistics.available.itemsconfig/api/podmall/mall/order/express.available.items.json0。{
"recipient": [
{
"country": "string",
"state": "string",
"city": "string",
"zipcode": "string",
"addressLine1": "string",
"addressLine2": "string",
"addressLine3": "string"
}
],
"productCode": "string",
"fulfillerId": 0,
"weight": 0,
"volume": 0,
"items": [
{
"nameCn": "string",
"nameEn": "string",
"weight": 0,
"length": 0,
"width": 0,
"height": 0,
"hsCode": 0,
"quantity": 0,
"usage": "string",
"price": 0,
"currency": 0
}
]
}curl --location '/v4/gateway/podmall.mall.logistics.available.items' \
--header 'Access-Token-Type;' \
--header 'Access-Token-Type: JWT' \
--header 'Locale;' \
--header 'X-Tenant-Key;' \
--header 'Appkey: 1000' \
--header 'Content-Type: application/json' \
--data '{
"recipient": [
{
"country": "string",
"state": "string",
"city": "string",
"zipcode": "string",
"addressLine1": "string",
"addressLine2": "string",
"addressLine3": "string"
}
],
"productCode": "string",
"fulfillerId": 0,
"weight": 0,
"volume": 0,
"items": [
{
"nameCn": "string",
"nameEn": "string",
"weight": 0,
"length": 0,
"width": 0,
"height": 0,
"hsCode": 0,
"quantity": 0,
"usage": "string",
"price": 0,
"currency": 0
}
]
}'{
"status": 0,
"success": true,
"data": [
null
]
}