- Taobao
- Goods
- Order
- After-sales service
- Message callback
- Shopping cart
- 1688
- Goods
- Order
- Developers submit and pay 1688 orders in bulkPOST
- Preview data before creating an order (batch different merchants)POST
- Create orders (different merchants)POST
- Obtain the logistics tracking information of the orderGET
- Order list paging queryPOST
- Preview data before creating an orderPOST
- Create an orderPOST
- Cancel the order before paymentPOST
- Order paymentGET
- The buyer confirms the receipt of goodsPOST
- After-sales service
- Message callback
- Shopping cart
- Marketing
- Foundations
- Warehouse logistics
Preview data before creating an order (batch different merchants)
POST
/alibaba/order/create/previewbatch
订单
请求参数
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 {4}]
商品信息不能为空
offerId
integer
商品ID
specId
string
商品规格id
quantity
number
必需
sellerOpenId
string
店家ID
示例
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/alibaba/order/create/previewbatch' \
--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
array [object {8}]
必需
orderPreviewResuslt
array [object {14}]
必需
sellerOpenId
string
商店ID
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
}
]
}
],
"sellerOpenId": "string",
"success": true,
"errorCode": null,
"errorMsg": null,
"postFeeByDescOfferList": null,
"consignOfferList": null,
"unsupportedCrossBorderPayOfferList": [
"string"
]
}
]
}
修改于 2025-02-24 07:11:14