{
"renderId": "FF2024080200007",
"tmallOrderInfo": {
"tmallOrderId": "123123444"
},
"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"
},
"lineItems": [
{
"itemId": "2048020617114736",
"skuId": "413185732720",
"quantity": 1,
"title": "这是商品1",
"imageUrl":"url",
"freightInfo": {
"serviceId": "1",
"companyName": "",
"serviceCategory": ""
}
},
{
"itemId": "2048232789087639",
"skuId": "4970432383383",
"quantity": 2,
"title": "这是商品2",
"imageUrl":"url",
"freightInfo": {
"serviceId": "2",
"companyName": "",
"serviceCategory": ""
}
}
]
}
curl --location --request POST '/v2/open/pp/logistics/orderBookingFreight?timestamp&sign' \
--header 'nonce-str: nonce-str' \
--header 'Content-Type: application/json' \
--data-raw '{
"renderId": "FF2024080200007",
"tmallOrderInfo": {
"tmallOrderId": "123123444"
},
"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"
},
"lineItems": [
{
"itemId": "2048020617114736",
"skuId": "413185732720",
"quantity": 1,
"title": "这是商品1",
"imageUrl":"url",
"freightInfo": {
"serviceId": "1",
"companyName": "",
"serviceCategory": ""
}
},
{
"itemId": "2048232789087639",
"skuId": "4970432383383",
"quantity": 2,
"title": "这是商品2",
"imageUrl":"url",
"freightInfo": {
"serviceId": "2",
"companyName": "",
"serviceCategory": ""
}
}
]
}'
{
"errorCode": 200,
"errorMsg": null,
"success": true,
"data": {
"orderId": "21",
"orderFee": {
"amount": "322.92",
"currency": "USD"
},
"subOrders": [
{
"itemInfos": [
{
"itemId": "2048020617114736",
"skuId": "413185732720",
"quantity": 1,
"title": "这是商品1"
}
],
"internationalLogisticInfos": {
"logisticNumer": "FARJP2408000013YQ",
"logisticCompanyName": "UCS",
"trackingUrl": "https://www.far800.com/logistics/result?key=FARJP2408000013YQ",
"logisticType": "UCS"
}
},
{
"itemInfos": [
{
"itemId": "2048232789087639",
"skuId": "4970432383383",
"quantity": 2,
"title": "这是商品2"
}
],
"internationalLogisticInfos": {
"logisticNumer": "FARJP2408000014YQ",
"logisticCompanyName": "UCS",
"trackingUrl": "https://www.far800.com/logistics/result?key=FARJP2408000014YQ",
"logisticType": "UCS"
}
}
]
}
}