curl --location --request GET 'http://open.tabcut.com:8090/api/seller/v2/item_list?sellerId=&period=30d&tkCategoryLv1Id=&valid=1&sortField=soldCount&sortType=desc&pageNo=1&pageSize=10' \
--header 'x-appKey: ' \
--header 'x-timestamp: {{x-timestamp}}' \
--header 'x-sign: {{x-sign}}' \
--header 'x-selected-lng: ja-JP'{
"code": "200",
"message": "Success!",
"result": {
"total": 0,
"pageNo": 0,
"pageSize": 0,
"data": [
{
"itemId": "string",
"itemName": "string",
"itemCoverUrl": "string",
"itemCategoryId": 0,
"itemCategoryName": "string",
"region": "string",
"priceList": [
{
"local": 0,
"region": 0
}
],
"discoverTime": "string",
"commissionRate": 0,
"valid": 0,
"currencySymbolInfo": {
"local": "string",
"region": "string"
},
"soldCountPeriod": 0,
"gmvInfoPeriod": {
"periodCurrent": {
"local": 0,
"region": 0
},
"period1d": {
"local": 0,
"region": 0
},
"period7d": {
"local": 0,
"region": 0
},
"period30d": {
"local": 0,
"region": 0
},
"period90d": {
"local": 0,
"region": 0
},
"period180d": {
"local": 0,
"region": 0
},
"period365d": {
"local": 0,
"region": 0
},
"total": {
"local": 0,
"region": 0
}
},
"soldCountGrowthRate": 0,
"localGmvGrowthRate": 0
}
]
},
"serverTime": "2026-03-18 10:00:00"
}