{
"receiverid": 2586869657122645,
"ordernos": [
"169655753626602"
]
}curl --location --request POST '/api/open/express/preview' \
--header 'version: {{shop_openapi_version}}' \
--header 'token: {{shop_openapi_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"receiverid": 2586869657122645,
"ordernos": [
"169655753626602"
]
}'{
"status": "0",
"message": "Operation successful.",
"data": {
"deliveryVo": {
"modeList": [
{
"shipid": 1,
"volumparameter": 6000,
"name": "Economical Air Freight(1/6000)",
"days": "Estimate receive in 10-15 days, Volume weight according to 6000",
"deliveryway": "Self Pick Up",
"address": "Spartan, Kempton Park",
"fcost": "1569.60",
"fcostOriginal": "1744.01",
"additionfeezar": "0.00"
}
],
"declarednameList": [
{
"orderno": "169655753626602",
"productname": "Stockings",
"categoryen": "stock"
}
]
}
}
}