- 1688 Solution Introduction
- 1688 Product Search
- 1688 Order Manage
- 1688 Oder Pay
- 1688 Message Service
Preview order
POST
/alibaba/createOrder/preview
1.
Request
Body Params application/json
appKey
string
required
appSecret
string
optional
addressParam
object
required
fullName
string
required
mobile
string
required
phone
string
required
postCode
string
required
cityText
string
required
provinceText
string
required
areaText
string
required
townText
string
required
address
string
required
districtCode
string
required
cargoParamList
array [object {3}]
required
specId
string
optional
quantity
integer
optional
offerId
integer
optional
Example
{
"appKey": "",
"appSecret": "",
"flow": "general",
"addressParam": {
"fullName": "张三",
"mobile": "18888888888",
"phone": "18888888888",
"postCode": "000000",
"cityText": "杭州市",
"provinceText": "浙江省",
"areaText": "滨江区",
"townText": "镇文本",
"address": "网商路699号",
"districtCode": "310107"
},
"cargoParamList": [
{
"specId": "594b40c111b019af610a0078e4316373",
"quantity": 1,
"offerId": 670291644950
}
]
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://openapi.dajisaas.com/alibaba/createOrder/preview' \
--header 'Content-Type: application/json' \
--data-raw '{
"appKey": "",
"appSecret": "",
"flow":"general",
"addressParam": {
"fullName": "张三",
"mobile": "18888888888",
"phone": "18888888888",
"postCode": "000000",
"cityText": "杭州市",
"provinceText": "浙江省",
"areaText": "滨江区",
"townText": "镇文本",
"address": "网商路699号",
"districtCode": "310107"
},
"cargoParamList": [
{
"specId": "594b40c111b019af610a0078e4316373",
"quantity": 1,
"offerId": 670291644950
}
]
}'
Responses
🟢200成功
application/json
Body
code
integer
required
message
string
required
data
object
required
orderPreviewResuslt
array [object {16}]
required
success
boolean
required
errorCode
null
required
errorMsg
null
required
postFeeByDescOfferList
null
required
consignOfferList
null
required
unsupportedCrossBorderPayOfferList
array[string]
required
timestamp
integer
required
traceId
string
required
Example
{
"code": 200,
"message": "操作成功",
"data": {
"orderPreviewResuslt": [
{
"discountFee": null,
"tradeModeNameList": [
"assureTrade"
],
"status": true,
"taoSampleSinglePromotion": false,
"sumPayment": 1671,
"message": null,
"sumCarriage": 350,
"resultCode": null,
"sumPaymentNoCarriage": 1321,
"additionalFee": null,
"flowFlag": "general",
"cargoList": [
{
"amount": 13.21,
"message": null,
"finalUnitPrice": 13.9,
"specId": "594b40c111b019af610a0078e4316373",
"skuId": 4829152353068,
"resultCode": null,
"offerId": 670291644950,
"cargoPromotionList": [
{
"promotionId": "plus-1081365079-901378548216|AliB2Bdszk-64971405656_901378548216",
"selected": false,
"text": "省0.69:PLUS会员价",
"desc": "<ul><li>PLUS会员价:省0.69元</li></ul>",
"freePostage": false,
"discountFee": 69
}
],
"openOfferId": "/nlXn4qH5YNFo9hwZ8PEsA=="
}
],
"shopPromotionList": [],
"tradeModelList": [
{
"tradeWay": null,
"name": "担保交易",
"tradeType": "assureTrade",
"description": "买家下单后5天内支付全款,逾期付款,交易关闭。付款成功后卖家发货,买家在10天内确认收货。注:买家可使用1688网站提供的多种支付方式完成付款。特别提醒:如卖家已开通极速到账服务,将优先适用极速到账交易,买家支付款项将在买家下单并支付成功后或卖家发货后直接打入卖家账户。若买家在确认收货之前发起退款,杭州阿里巴巴智融数字技术有限公司提供非融资性担保服务,将保障除虚假、刷单等恶意行为之外的买家权益,在卖家没有及时向买家支付退款的情况下,代卖家向买家支付退款,并因此有权向卖家追偿所支付的退款。",
"opSupport": true
}
],
"payChannelList": null,
"payChannelInfos": [
{
"name": "alipay",
"amountLimit": null
},
{
"name": "shegou",
"amountLimit": 30000
}
]
}
],
"success": true,
"errorCode": null,
"errorMsg": null,
"postFeeByDescOfferList": null,
"consignOfferList": null,
"unsupportedCrossBorderPayOfferList": []
},
"timestamp": 1723613421492,
"traceId": "3f8ececcae29"
}
