- Taobao
- Sản phẩm
- Đơn hàng
- Sau bán hàng
- Gọi lại tin nhắn
- Giỏ hàng
- 1688
- Sản phẩm
- Đơn hàng
- Dữ liệu xem thử trước khi tạo đơn đặt hàng
- Tạo đơn đặt hàng
- Nhận chi tiết đặt hàng
- Hủy đơn đặt hàng trước khi thanh toán
- Thứ tự thanh toán
- Người mua xác nhận nhận hàng
- Các nhà phát triển nộp các khoản thanh toán hàng loạt
- Dữ liệu xem thử trước khi tạo đơn đặt hàng(khối lượng các doanh nghiệp khác nhau)
- Tạo đơn đặt hàng Các doanh nghiệp khác nhau
- Theo d õi hậu cần để nhận lệnh
- Truy vấn phân trang danh sách đơn đặt hàng
- Sau bán hàng
- Gọi lại tin nhắn
- Giỏ hàng
- Tiếp thị
- Basics
Tìm kiếm sản phẩm dựa trên ID sản phẩm Taobao
GET
/open/product/get
商品
请求参数
Query 参数
itemId
string
可选
示例值:
672991141190
Header 参数
access-key
string
必需
默认值:
58c0201dfdf148eca63cbf6bb5e7cf03
nonce-str
string
可选
默认值:
nonce-str
timestamp
string
必需
默认值:
1715669977082
user-id
string
必需
默认值:
2100007341207
signature
string
必需
默认值:
B7F83FE2ADC8D8F044F2E01F0FFE8C80
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.pandapon.com/open/product/get' \
--header 'access-key;' \
--header 'nonce-str: nonce-str' \
--header 'timestamp;' \
--header 'user-id;' \
--header 'signature;'
返回响应
🟢200OK
application/json
Body
code
integer <int32>
Mã trả về
data
object
可选
beginAmount
integer <int64>
可选
categoryId
string
可选
categoryName
string
可选
categoryPath
string
可选
description
string
Chi tiết
itemId
integer <int64>
可选
itemType
string
可选
mpId
string
可选
picUrls
array[string]
Hình ảnh
price
integer <int64>
Giá
productUnit
string
Đơn vị
promotionPrice
integer <int64>
可选
quantity
integer <int32>
Tồn kho
shopId
integer <int64>
可选
shopName
string
可选
itemUrl
string
必需
skuList
array [object {8}]
可选
status
string
可选
title
string
Tiêu đề
userNick
string
可选
developId
string
可选
msg
string
可选
requestId
string
可选
示例
{
"requestId": "d24c8a6f77eb4906b10d90d582b38fc0",
"code": 200,
"developId": "1021091489188413467",
"msg": "成功",
"data": {
"quantity": 400,
"categoryPath": "童装/婴儿装/亲子装->裙子(新)->连衣裙",
"shopName": "u[2206891060210]",
"description": "测试",
"productUnit": null,
"picUrls": [
"https://img.alicdn.com/bao/uploaded/i1/263669477/O1CN01fH0cbf2JsW8fvHFwx_!!263669477.jpg"
],
"title": "天穹发布商品,测试请不要拍",
"mpId": "2048057995392326",
"categoryName": "连衣裙",
"itemId": 672991141190,
"userNick": "测试账号tbc003",
"price": 1,
"beginAmount": 0,
"status": "active",
"promotionPrice": 1,
"shopId": 268763467,
"categoryId": "121452038",
"itemType": "HAVE_MATERIAL",
"skuList": [
{
"picUrl": null,
"quantity": 200,
"price": 1,
"skuId": "3452545926724",
"status": "active",
"promotionPrice": "1",
"postFee": 0,
"mpSkuld": null,
"properties": [
{
"valueId": 28326,
"valueName": "红色",
"propId": 1627207,
"propName": "颜色分类"
},
{
"valueId": 3273546,
"valueName": "52cm",
"propId": 122216343,
"propName": "参考身高"
}
]
},
{
"picUrl": null,
"quantity": 200,
"price": 1,
"skuId": "3452545926725",
"status": "active",
"promotionPrice": "1",
"postFee": 0,
"mpSkuld": null,
"properties": [
{
"valueId": 28324,
"valueName": "黄色",
"propId": 1627207,
"propName": "颜色分类"
},
{
"valueId": 3273546,
"valueName": "52cm",
"propId": 122216343,
"propName": "参考身高"
}
]
}
]
}
}
修改于 2025-01-02 05:54:03