curl --location --request GET 'http://open.tabcut.com:8090/api/item_creator/v3/items?authorUid=&period=30d&tkCategoryLv1Id=®ion=ID&sortField=soldCountTotal&sortType=desc&pageNo=1&pageSize=10' \
--header 'x-appKey: ' \
--header 'x-timestamp: {{x-timestamp}}' \
--header 'x-sign: {{x-sign}}' \
--header 'x-selected-lng: en'{
"code": "200",
"message": "Success!",
"result": {
"total": 0,
"pageNo": 0,
"pageSize": 0,
"data": [
{
"itemId": "string",
"itemName": "string",
"itemCoverUrl": "string",
"priceList": [
{
"local": 0,
"region": 0
}
],
"commissionRate": 0,
"currencySymbolInfo": {
"local": "string",
"region": "string"
},
"soldCountTotalPeriod": 0,
"localGmvTotalPeriod": {
"total": {
"local": 0,
"region": 0
}
},
"soldCountVideoPeriod": 0,
"localGmvVideoPeriod": {
"total": {
"local": 0,
"region": 0
}
},
"soldCountLivePeriod": 0,
"localGmvLivePeriod": {
"total": {
"local": 0,
"region": 0
}
},
"soldType": "string",
"sellerId": "string",
"sellerName": "string",
"sellerLogoUrl": "string",
"modeDistribution": {
"resourceId": "string",
"gmvInfo": {
"total": {
"local": 0,
"region": 0
}
},
"saleModeDistributionPeriodList": [
{
"name": "string",
"ratio": 0,
"soldCount": 0,
"gmvInfo": {
"local": 0,
"region": 0
}
}
],
"saleChannelsDistributionPeriodList": [
{
"name": "string",
"ratio": 0,
"soldCount": 0,
"gmvInfo": {
"local": 0,
"region": 0
}
}
]
}
}
]
},
"serverTime": "2026-03-28 10:00:00"
}