商品详情页基础信息
正式环境
http://open.tabcut.com:8090
正式环境
http://open.tabcut.com:8090
GET
http://open.tabcut.com:8090
请求参数
Query 参数
itemId
string
商品id
Header 参数
x-appKey
string
必需
x-timestamp
string
必需
x-sign
string
必需
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://open.tabcut.com:8090/api/item/basic?itemId' \
--header 'x-appKey;' \
--header 'x-timestamp;' \
--header 'x-sign;'
返回响应
🟢200成功
application/json
Body
code
string
必需
message
string
必需
result
object
必需
itemInfo
object
必需
sellerInfo
object
必需
serverTime
string
必需
示例
{
"code": "200",
"message": "成功!",
"result": {
"itemInfo": {
"itemId": "1729401326017613638",
"itemName": "HOMELAB 3-Piece Wearable Hot Water Bottle with Waist Strap",
"itemPicUrl": [
"http://cdn.tabcut.com/dataservice/media/item/1729401326017613638/17294013260176136380.webp?auth_key=1703159949-0-0-3dfe99eb8a51a3cd2e989ec838d4f597&image_process=resize,fh_246,fw_246/format,png",
"http://cdn.tabcut.com/dataservice/media/item/1729401326017613638/17294013260176136381.webp?auth_key=1703159949-0-0-cda67aa372319a526bdae6502a39ea7e&image_process=resize,fh_246,fw_246/format,png"
],
"unResizeItemPicUrl": [
"http://cdn.tabcut.com/dataservice/media/item/1729401326017613638/17294013260176136380.webp?auth_key=1703159949-0-0-3dfe99eb8a51a3cd2e989ec838d4f597&image_process=format,png",
"http://cdn.tabcut.com/dataservice/media/item/1729401326017613638/17294013260176136381.webp?auth_key=1703159949-0-0-cda67aa372319a526bdae6502a39ea7e&image_process=format,png"
],
"region": "GB",
"categoryList": null,
"soldCountInfo": {
"period1d": 3329,
"period7d": 23174,
"period30d": 28495,
"prePeriod1d": null,
"prePeriod7d": null,
"prePeriod30d": 22738,
"total": 58036
},
"reviewCountInfo": {
"period1d": null,
"period7d": null,
"period30d": 967,
"prePeriod1d": null,
"prePeriod7d": null,
"prePeriod30d": null,
"total": 1538
},
"creatorCountInfo": {
"period1d": null,
"period7d": null,
"period30d": null,
"prePeriod1d": null,
"prePeriod7d": null,
"prePeriod30d": null,
"total": 236
},
"videoCountInfo": {
"period1d": null,
"period7d": null,
"period30d": null,
"prePeriod1d": null,
"prePeriod7d": null,
"prePeriod30d": null,
"total": 407
},
"updateTime": 1703048473000,
"discoverTime": 1695853918000,
"originItemUrl": "https://shop.tiktok.com/view/product/1729401326017613638",
"rating": "4.7",
"liveRoomCount": 12,
"currencySymbolInfo": {
"local": "£",
"region": "$"
},
"gmvInfo": {
"periodCurrent": null,
"period1d": null,
"period7d": null,
"period30d": {
"local": 199180.05,
"region": 252318.3
},
"total": {
"local": 405671.64,
"region": 513898.75
}
},
"priceList": [
{
"local": 6.99,
"region": 8.85
}
],
"commissionRate": 0,
"before1dRank": 0,
"before2dRank": 0,
"fullManagedFlag": 0
},
"sellerInfo": {
"sellerId": "7495042062823754566",
"sellerName": "Home Lab UK",
"sellerLogoUrl": "https://p16-oec-common-useast2a.ibyteimg.com/tos-useast2a-i-hyqnpo4tzp-aiso/0ed0eddab5274e9198ffb84cfca210dc~tplv-hyqnpo4tzp-resize-png:300:300.png?from=2422056039",
"region": "GB",
"itemCountInfo": {
"period1d": null,
"period7d": null,
"period30d": null,
"prePeriod1d": null,
"prePeriod7d": null,
"prePeriod30d": null,
"total": 7
},
"soldCountInfo": {
"period1d": null,
"period7d": null,
"period30d": 28747,
"prePeriod1d": null,
"prePeriod7d": null,
"prePeriod30d": null,
"total": null
},
"currencySymbolInfo": {
"local": "£",
"region": null
},
"gmvInfo": {
"periodCurrent": null,
"period1d": null,
"period7d": null,
"period30d": {
"local": 202491.02,
"region": null
},
"total": null
},
"overseaFlag": 0,
"officialFlag": 0
}
},
"serverTime": "2023-12-21 19:49:09"
}
修改于 2025-05-23 01:47:00