{
"receiverAddress": {
"country": "US",
"state": "California",
"city": "VALLEY VLG",
"zip": "91607",
"address": "5818 WHITSETT AVE 401",
"name": "Ofir Birinbaum",
"phone": "5083326888",
"mobilePhone": "5083326888",
"email": "1229220680@qq.com"
},
"renderItems": [
{
"itemId": "2048020617114736",
"skuId": "413185732720",
"quantity": 1,
"freightInfo": {
"serviceId": "1",
"companyName": "",
"serviceCategory": ""
}
},
{
"itemId": "2048232789087639",
"skuId": "4970432383383",
"quantity": 2,
"freightInfo": {
"serviceId": "2",
"companyName": "",
"serviceCategory": ""
}
}
]
}
curl --location --request POST '/v2/open/pp/logistics/orderRenderFreight?timestamp&sign' \
--header 'nonce-str: nonce-str' \
--header 'Content-Type: application/json' \
--data-raw '{
"receiverAddress": {
"country": "US",
"state": "California",
"city": "VALLEY VLG",
"zip": "91607",
"address": "5818 WHITSETT AVE 401",
"name": "Ofir Birinbaum",
"phone": "5083326888",
"mobilePhone": "5083326888",
"email": "1229220680@qq.com"
},
"renderItems": [
{
"itemId": "2048020617114736",
"skuId": "413185732720",
"quantity": 1,
"freightInfo": {
"serviceId": "1",
"companyName": "",
"serviceCategory": ""
}
},
{
"itemId": "2048232789087639",
"skuId": "4970432383383",
"quantity": 2,
"freightInfo": {
"serviceId": "2",
"companyName": "",
"serviceCategory": ""
}
}
]
}'
{
"errorCode": 200,
"errorMsg": null,
"success": true,
"data": {
"availableList": [
{
"shippingFee": {
"amount": "322.92",
"currency": "USD"
},
"items": [
{
"itemId": "2048020617114736",
"skuId": "413185732720",
"quantity": 1
}
]
},
{
"shippingFee": {
"amount": "322.92",
"currency": "USD"
},
"items": [
{
"itemId": "2048232789087639",
"skuId": "4970432383383",
"quantity": 2
}
]
}
],
"unavailableList": [],
"renderId": "FF2024080200001"
}
}