{
"addressParam": {
"fullName": "string",
"mobile": "string",
"phone": "string",
"postCode": "string",
"cityText": "string",
"provinceText": "string",
"areaText": "string",
"townText": "string",
"address": "string"
},
"cargoParamList": [
{
"offerId": 0,
"specId": "string",
"quantity": 0
}
]
}
curl --location --request POST '/alibaba/order/create/preview' \
--header 'access-key;' \
--header 'nonce-str: nonce-str' \
--header 'timestamp;' \
--header 'user-id;' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data-raw '{
"addressParam": {
"fullName": "string",
"mobile": "string",
"phone": "string",
"postCode": "string",
"cityText": "string",
"provinceText": "string",
"areaText": "string",
"townText": "string",
"address": "string"
},
"cargoParamList": [
{
"offerId": 0,
"specId": "string",
"quantity": 0
}
]
}'
{
"requestId": null,
"code": 0,
"developId": null,
"msg": "string",
"data": {
"orderPreviewResuslt": [
{
"discountFee": null,
"tradeModeNameList": [
"string"
],
"status": true,
"taoSampleSinglePromotion": true,
"sumPayment": 0,
"message": null,
"sumCarriage": 0,
"resultCode": null,
"sumPaymentNoCarriage": 0,
"additionalFee": null,
"flowFlag": "string",
"cargoList": [
{
"amount": 0,
"message": null,
"finalUnitPrice": 0,
"specId": "string",
"skuId": 0,
"resultCode": null,
"offerId": 0,
"cargoPromotionList": [
{
"promotionId": "string",
"selected": true,
"text": "string",
"desc": "string",
"freePostage": true,
"discountFee": 0
}
]
}
],
"shopPromotionList": [
{
"promotionId": "string",
"selected": true,
"text": "string",
"desc": "string",
"freePostage": true,
"discountFee": 0
}
],
"tradeModelList": [
{
"tradeWay": null,
"name": "string",
"tradeType": "string",
"description": "string",
"opSupport": true
}
]
}
],
"success": true,
"errorCode": null,
"errorMsg": null,
"postFeeByDescOfferList": null,
"consignOfferList": null,
"unsupportedCrossBorderPayOfferList": [
"string"
]
}
}