- Taobao
- Goods
- Order
- After-sales service
- Message callback
- Shopping cart
- 1688
- Goods
- Order
- Developers submit and pay 1688 orders in bulk
- Preview data before creating an order (batch different merchants)
- Create orders (different merchants)
- Obtain the logistics tracking information of the order
- Order list paging query
- Preview data before creating an order
- Create an order
- Cancel the order before payment
- Order payment
- The buyer confirms the receipt of goods
- After-sales service
- Message callback
- Shopping cart
- Marketing
- Foundations
- Warehouse logistics
Create an order
POST
/alibaba/cart/create/order
请求参数
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 (FastAdress)
收货地址信息
fullName
string | null
可选
mobile
string | null
可选
phone
string | null
可选
postCode
string | null
可选
cityText
string | null
可选
provinceText
string | null
可选
areaText
string | null
可 选
townText
string | null
可选
address
string | null
可选
districtCode
string | null
可选
cartIds
array[integer] | null
必需
userId
string | null
用户id
staffName
string | null
雇员名称
示例
{
"flow": "string",
"message": "string",
"shopPromotionId": "string",
"tradeType": "string",
"addressParam": {
"fullName": "string",
"mobile": "string",
"phone": "string",
"postCode": "string",
"cityText": "string",
"provinceText": "string",
"areaText": "string",
"townText": "string",
"address": "string",
"districtCode": "string"
},
"cartIds": [
0
],
"userId": "string",
"staffName": "string"
}
示例代码
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/cart/create/order' \
--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
请求ID
code
integer
返回码
developId
integer
开发者ID
msg
string | null