Order Preview (The preview interface needs to be called before creating an order)
Request
Body Params application/json
{"flow":"fenxiaonew","addressParam":{"fullName":"test","mobile":"13567102355","phone":"","postCode":"532600","cityText":"崇左市","provinceText":"凭祥市区","areaText":"凭祥市区","townText":"广西壮族自治区省","address":"测试","districtCode":"451481"},"cargoParamList":[{"offerId":889512351602,"specId":"530ad00177264564503ec3b848650652","quantity":2.0}]}
Request Code Samples
curl --location 'https://www.xportcn.com/api/alibaba/ka/order/create/preview' \
--header 'access-key;' \
--header 'nonce-str;' \
--header 'timestamp;' \
--header 'user-id;' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data '{"flow":"fenxiaonew","addressParam":{"fullName":"test","mobile":"13567102355","phone":"","postCode":"532600","cityText":"崇左市","provinceText":"凭祥市区","areaText":"凭祥市区","townText":"广西壮族自治区省","address":"测试","districtCode":"451481"},"cargoParamList":[{"offerId":889512351602,"specId":"530ad00177264564503ec3b848650652","quantity":2.0}]}'
Responses
application/json
{
"requestId": "a4ad5d30dd2e45adbf0569ed4b44ae6e",
"code": 200,
"developId": "1023561483696472887",
"msg": "成功",
"data": [
{
"sumCarriage": 600,
"sumPayment": 6400,
"sumTotalPayment": 6561,
"sumPaymentNoCarriage": 5800,
"orderItemTOList": [
{
"amount": 5800,
"message": null,
"finalUnitPrice": 2900,
"specId": "530ad00177264564503ec3b848650652",
"skuId": 5736673805656,
"offerId": 889512351602,
"openOfferId": "+vIWvlcT2JMpWVABRdm+WQ=="
}
]
}
]
}
Modified at 2026-04-24 03:42:29