- 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
Create orders (different merchants)
POST
/alibaba/order/batch/create
订单
请求参数
Header 参数
access-key
string
必需
默认值:
58c0201dfdf148eca63cbf6bb5e7cf03
nonce-str
string
可选
默认值:
nonce-str
timestamp
string
必需
默认值:
1715669977082
user-id
string
必需
默认值:
2100007341207
signature
string
必需
默认值:
B7F83FE2ADC8D8F044F2E01F0FFE8C80
Body 参数application/json
flow
string | null
可选
message
string | null
订单备注
shopPromotionId
string | null
可选
tradeType
string | null
可选
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/batch/create' \
--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
string | null
请求ID
code
integer | null
返回码
developId
integer | null
开发者ID
msg
string | null
返回码对应信息
data
array [object {16}]
返回内容
guaranteesTerms
object
保障条款
nativeLogistics
object
可选
productItems
array [object {35}] | null
商品条目信息
tradeTerms
array [object {10}] | null
交易条款
extAttributes
array [object {3}] | null
订单扩展属性
orderRateInfo
object
订单评价信息
orderInvoiceInfo
object
发票信息
customs
object
跨境报关信息
overseasExtraAddress
object
跨境地址扩展信息
baseInfo
object
订单基础信息
orderBizInfo
object
订单业务信息
quoteList
array [object {3}] | null
可选
success
boolean
是否成功
sellerOpenId
string
商家ID
errorCode
string
错误码
errorMsg
string
错误信息
示例
{
"requestId": "",
"code": 0,
"developId": 0,
"msg": "",
"data": {}
}
修改于 2025-02-24 07:11:28