- 淘宝
- 1688
- 商品
- 订单
- 售后
- 消息回调
- 购物车
- 营销
- 基础
- 仓库物流
创建订单前预览数据
POST
/alibaba/order/create/preview
订单
请求参数
Header 参数
access-key
string
必需
默认值:
58c0201dfdf148eca63cbf6bb5e7cf03
nonce-str
string
可选
默认值:
nonce-str
timestamp
string
必需
默认值:
1715669977082
user-id
string
必需
默认值:
2100007341207
signature
string
必需
默认值:
B7F83FE2ADC8D8F044F2E01F0FFE8C80
Body 参数application/json
addressParam
object
收货地址信息
fullName
string
收货人姓名
mobile
string
手机号
phone
string
电话
postCode
string
邮编
cityText
string
市文本
provinceText
string
省份文本
areaText
string
区文本
townText
string
镇文本
address
string
街道地址
cargoParamList
array [object {3}]
商品信息不能为空
offerId
integer
商品ID
specId
string
商品规格id
quantity
number
必需
示例
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.pandapon.com/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 ''
返回响应
🟢200成功
application/json
Body
requestId
null
请求ID
code
integer
返回码
developId
null
开发者ID
msg
string
返回码对应信息
data
object
必需
orderPreviewResuslt
array [object {14}]
必需
success
boolean
是否成功
errorCode
null
错误码
errorMsg
null
错误信息
postFeeByDescOfferList
null
运费说明的商品列表
consignOfferList
null
代销商品列表
unsupportedCrossBorderPayOfferList
array[string]
必需
示例
{
"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"
]
}
}
修改于 2025-01-01 06:32:46