- 淘宝
- 1688
- 商品
- 订单
- 售后
- 消息回调
- 购物车
- 营销
- 基础
- 仓库物流
新增购物车
POST
/open/cart/add
请求参数
Header 参数
access-key
string
必需
默认值:
58c0201dfdf148eca63cbf6bb5e7cf03
nonce-str
string
可选
默认值:
nonce-str
timestamp
string
必需
默认值:
1715669977082
user-id
string
必需
默认值:
2100007341207
signature
string
必需
默认值:
B7F83FE2ADC8D8F044F2E01F0FFE8C80
Body 参数application/json
userId
string | null
平台userId
platform
integer | null
可选
itemId
integer
商品ID
skuId
string
skuId
itemTitle
string
商品标题
itemPic
string
商品图片
mpId
string
必需
mpSkuId
string
必需
price
integer
商品价格
promotionPrice
integer | null
商品优惠后价格
properties
string | null
sku属性
quantity
integer
数量
shopId
integer
店铺ID
shopName
string
店铺名称
skuQuantity
string | null
sku对应的库存
userNick
string | null
userNick
示例
{
"userId": "2100007340000",
"platform": 1,
"itemId": 2048175493257375,
"skuId": "85",
"itemTitle": "英皇保罗男士长款银行皮夹钱包",
"itemPic": "https://img.alicdn.com/imgextra/i1/2200723183810/O1CN01LKgvKM1e11dGRihYC_!!2200723183810.jpg",
"mpId": "26",
"mpSkuId": "65",
"price": 689,
"promotionPrice": 576,
"properties": "[{\"valueId\":28324,\"valueName\":\"黄色\",\"propId\":1627207,\"propName\":\"颜色分类\"},{\"valueId\":3273546,\"valueName\":\"52cm\",\"propId\":122216343,\"propName\":\"参考身高\"}]",
"quantity": 71,
"shopId": 42,
"shopName": "英皇保罗旗舰店",
"skuQuantity": "94",
"userNick": "介安琪"
}
示例代码
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/add' \
--header 'access-key;' \
--header 'nonce-str: nonce-str' \
--header 'timestamp;' \
--header 'user-id;' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": "2100007340000",
"platform": 1,
"itemId": 2048175493257375,
"skuId": "85",
"itemTitle": "英皇保罗男士长款银行皮夹钱包",
"itemPic": "https://img.alicdn.com/imgextra/i1/2200723183810/O1CN01LKgvKM1e11dGRihYC_!!2200723183810.jpg",
"mpId": "26",
"mpSkuId": "65",
"price": 689,
"promotionPrice": 576,
"properties": "[{\"valueId\":28324,\"valueName\":\"黄色\",\"propId\":1627207,\"propName\":\"颜色分类\"},{\"valueId\":3273546,\"valueName\":\"52cm\",\"propId\":122216343,\"propName\":\"参考身高\"}]",
"quantity": 71,
"shopId": 42,
"shopName": "英皇保罗旗舰店",
"skuQuantity": "94",
"userNick": "介安琪"
}'
返回响应
🟢200成功
application/json
Body
requestId
string
请求ID
code
integer
返回码
developId
integer
开发者ID
msg
string | null