- 【Must-Read】About Signature
- Data APIs
- Item
- Item Creator
- Seller
- Item Video
- Meta APIs
Item Sales Channels Distribution
GET
/api/item/sales_channels_distribution
Request
Query Params
itemId
string
required
Header Params
x-appKey
string
required
Example:
{{appKey}}
x-timestamp
string
required
Example:
{{x-timestamp}}
x-sign
string
required
Example:
{{x-sign}}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://open.tabcut.com:8090/api/item/sales_channels_distribution?itemId=' \
--header 'x-appKey: ' \
--header 'x-timestamp: {{x-timestamp}}' \
--header 'x-sign: {{x-sign}}'
Responses
🟢200Success
application/json
Body
code
string
required
message
string
optional
result
object
optional
resourceId
string
optional
gmvInfo
object
optional
distribution7dList
array [object {4}]
optional
distribution30dList
array [object {4}]
optional
distribution90dList
array [object {4}]
optional
distribution180dList
array [object {4}]
optional
serverTime
string
optional
Example
{
"code": "200",
"message": "Success!",
"result": {
"resourceId": "1731306463756453811",
"gmvInfo": { //Total Revenue
"period7d": {
"local": 9483000.00,
"region": 587.95
},
"period30d": {
"local": 46325000.00,
"region": 2872.15
},
"period90d": {
"local": 56680000.00,
"region": 3514.16
},
"period180d": {
"local": 56680000.00,
"region": 3514.16
}
},
"distribution7dList": [
{
"name": "mainCreator",//Source
"ratio": 0.1947,//GMV Ratio
"soldCount": 33, //Sales
"gmvInfo": {
"local": 1846500.00, //Revenue
"region": 114.48
}
},
{
"name": "nonMainCreator",
"ratio": 0.5057,
"soldCount": 45,
"gmvInfo": {
"local": 4796000.00,
"region": 297.35
}
},
{
"name": "other",
"ratio": 0.2996,
"soldCount": 9,
"gmvInfo": {
"local": 2840500.00,
"region": 176.11
}
}
],
"distribution30dList": [
{
"name": "mainCreator",
"ratio": 0.2385,
"soldCount": 147,
"gmvInfo": {
"local": 11048000.00,
"region": 684.98
}
},
{
"name": "nonMainCreator",
"ratio": 0.5812,
"soldCount": 250,
"gmvInfo": {
"local": 26922000.00,
"region": 1669.16
}
},
{
"name": "other",
"ratio": 0.1803,
"soldCount": 28,
"gmvInfo": {
"local": 8355000.00,
"region": 518.01
}
}
],
"distribution90dList": [
{
"name": "mainCreator",
"ratio": 0.2526,
"soldCount": 188,
"gmvInfo": {
"local": 14318000.00,
"region": 887.72
}
},
{
"name": "nonMainCreator",
"ratio": 0.5961,
"soldCount": 314,
"gmvInfo": {
"local": 33789000.00,
"region": 2094.92
}
},
{
"name": "other",
"ratio": 0.1513,
"soldCount": 18,
"gmvInfo": {
"local": 8573000.00,
"region": 531.53
}
}
],
"distribution180dList": [
{
"name": "mainCreator",
"ratio": 0.2526,
"soldCount": 188,
"gmvInfo": {
"local": 14318000.00,
"region": 887.72
}
},
{
"name": "nonMainCreator",
"ratio": 0.5961,
"soldCount": 314,
"gmvInfo": {
"local": 33789000.00,
"region": 2094.92
}
},
{
"name": "other",
"ratio": 0.1513,
"soldCount": 18,
"gmvInfo": {
"local": 8573000.00,
"region": 531.53
}
}
]
},
"serverTime": "2025-06-13 10:55:22"
}
Modified at 2025-06-24 03:13:21