商品详情页趋势列表
正式环境
http://open.tabcut.com:8090
正式环境
http://open.tabcut.com:8090
GET
http://open.tabcut.com:8090
请求参数
Query 参数
itemId
string
商品id
startDate
string
必需
endDate
string
必需
Header 参数
x-appKey
string
必需
示例值:
{{appKey}}
x-timestamp
string
必需
示例值:
{{x-timestamp}}
x-sign
string
必需
示例值:
{{x-sign}}
示例代码
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/trend?itemId&startDate&endDate' \
--header 'x-appKey: ' \
--header 'x-timestamp: {{x-timestamp}}' \
--header 'x-sign: {{x-sign}}'
返回响应
🟢200成功
application/json
Body
code
string
必需
message
string
必需
result
object
必需
itemId
string
商品id
itemName
string
商品名称
soldCountPeriod
integer
必需
videoCountPeriod
integer
周期内总关联视频数
userCountPeriod
integer
周期内总关联达人数
liveCountPeriod
integer
周期内总关联直播数
currencySymbolInfo
object
货币符号信息
gmvInfo
object
gmv信息
soldCount
array [object {2}]
天级的销量信息
gmv
array [object {2}]
必需
userCount
array [object {2}]
必需
videoCount
array [object {2}]
必需
availablePrice
array [object {2}]
必需
liveRoomCountPeriod
array [object {2}]
必需
localGmvPeriodList
array [object {2}]
必需
serverTime
string
必需
示例
{
"code": "200",
"message": "成功!",
"result": {
"itemId": "1729401326017613638",
"itemName": "HOMELAB 3-Piece Wearable Hot Water Bottle with Waist Strap",
"soldCountPeriod": 26091,
"videoCountPeriod": 0,
"userCountPeriod": 0,
"liveCountPeriod": 0,
"currencySymbolInfo": {
"local": "£",
"region": "$"
},
"gmvInfo": {
"periodCurrent": {
"local": 182376.09,
"region": 230797.29
},
"period1d": null,
"period7d": null,
"period30d": null,
"total": null
},
"soldCount": [
{
"date": "20231215",
"score": 15268
},
{
"date": "20231216",
"score": 751
},
{
"date": "20231217",
"score": 439
},
{
"date": "20231218",
"score": 405
},
{
"date": "20231219",
"score": 2982
},
{
"date": "20231220",
"score": 3329
},
{
"date": "20231221",
"score": 2917
}
],
"gmv": [
{
"date": "20231215",
"score": 135058.57
},
{
"date": "20231216",
"score": 6643.24
},
{
"date": "20231217",
"score": 3883.33
},
{
"date": "20231218",
"score": 3582.57
},
{
"date": "20231219",
"score": 26378.35
},
{
"date": "20231220",
"score": 29447.86
},
{
"date": "20231221",
"score": 25803.37
}
],
"userCount": [
{
"date": "20231215",
"score": 0
},
{
"date": "20231216",
"score": 0
},
{
"date": "20231217",
"score": 0
},
{
"date": "20231218",
"score": 0
},
{
"date": "20231219",
"score": 0
},
{
"date": "20231220",
"score": 0
},
{
"date": "20231221",
"score": 0
}
],
"videoCount": [
{
"date": "20231215",
"score": 0
},
{
"date": "20231216",
"score": 0
},
{
"date": "20231217",
"score": 0
},
{
"date": "20231218",
"score": 0
},
{
"date": "20231219",
"score": 0
},
{
"date": "20231220",
"score": 0
},
{
"date": "20231221",
"score": 0
}
],
"availablePrice": [
{
"date": "20231215",
"score": 6.99
},
{
"date": "20231216",
"score": 6.99
},
{
"date": "20231217",
"score": 6.99
},
{
"date": "20231218",
"score": 6.99
},
{
"date": "20231219",
"score": 6.99
},
{
"date": "20231220",
"score": 6.99
},
{
"date": "20231221",
"score": 6.99
}
],
"liveRoomCountPeriod": [
{
"date": "20231215",
"score": 0
},
{
"date": "20231216",
"score": 0
},
{
"date": "20231217",
"score": 0
},
{
"date": "20231218",
"score": 0
},
{
"date": "20231219",
"score": 0
},
{
"date": "20231220",
"score": 0
},
{
"date": "20231221",
"score": 0
}
],
"localGmvPeriodList": [
{
"date": "20231215",
"score": 106723.32
},
{
"date": "20231216",
"score": 5249.49
},
{
"date": "20231217",
"score": 3068.61
},
{
"date": "20231218",
"score": 2830.95
},
{
"date": "20231219",
"score": 20844.18
},
{
"date": "20231220",
"score": 23269.71
},
{
"date": "20231221",
"score": 20389.83
}
]
},
"serverTime": "2023-12-22 10:21:24"
}
修改于 2025-06-13 03:42:04