- 淘宝
- 1688
- 商品
- 订单
- 售后
- 消息回调
- 购物车
- 营销
- 基础
- 仓库物流
创建订单
POST
/open/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
ids
array[integer]
购物车记录id
orderAddress
object (OrderAddress)
创建订单地址
zip
string | null
邮编
country
string | null
国家
state
string | null
省份
city
string | null
杭州市
district
string | null
余杭区
address
string | null
测试地址
mobile_phone
string | null
手机号
phone
string | null
手机号
name
string | null
收件人
userId
string | null
userId
示例
{
"ids": [
75,
76
],
"orderAddress": {
"zip": "11111",
"country": "中国",
"address": "测试地址",
"phone": "",
"mobile_phone": "",
"city": "杭州市",
"district": "余杭区",
"name": "a测试aa",
"state": "浙江省"
},
"userId": "2100007340000"
}
示例代码
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/open/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 '{
"ids": [
75,76
],
"orderAddress": {
"zip": "11111",
"country": "中国",
"address": "测试地址",
"phone": "",
"mobile_phone": "",
"city": "杭州市",
"district": "余杭区",
"name": "a测试aa",
"state": "浙江省"
},
"userId": "2100007340000"
}'
返回响应
🟢200成功
application/json
Body
requestId
string
请求ID
code
integer
返回码
developId
integer
开发者ID
msg
string | null