curl --location --request GET 'http://open.tabcut.com:8090/api/live/item_list?roomId&categoryId&sortField&pageNo&pageSize' \
--header 'x-appKey;' \
--header 'x-timestamp;' \
--header 'x-sign;' \
--header 'x-selected-lng;'{
"code": "200",
"message": "success",
"result": {
"total": 125,
"pageNo": 1,
"pageSize": 10,
"data": [
{
"itemId": "1234567890123456789",
"itemName": "时尚休闲T恤",
"itemCategoryId": "100001",
"itemCategoryNameZh": "服装",
"itemCategoryNameEn": "Clothing",
"itemPicUrl": "https://cdn.example.com/item/1234567890123456789.jpg",
"localPriceCurrency": "USD",
"localPriceSymbol": "$",
"localPrice": 29.99,
"originPrice": 39.99,
"rmbPrice": 214.28,
"usdPrice": 29.99,
"localGmvPeriod": 29990,
"rmbGmvPeriod": 214280,
"usdGmvPeriod": 29990,
"soldCountPeriod": 1000,
"currencySymbolInfo": {
"local": "$",
"region": "$"
},
"gmvInfo": {
"periodCurrent": {
"local": 29990,
"region": 29990
}
},
"priceList": [
{
"local": 29.99,
"region": 29.99
}
],
"originPriceList": [
{
"local": 39.99,
"region": 39.99
}
]
},
{
"itemId": "9876543210987654321",
"itemName": "经典款运动鞋",
"itemCategoryId": "100002",
"itemCategoryNameZh": "鞋包",
"itemCategoryNameEn": "Shoes & Bags",
"itemPicUrl": "https://cdn.example.com/item/9876543210987654321.jpg",
"localPriceCurrency": "USD",
"localPriceSymbol": "$",
"localPrice": 89.99,
"originPrice": 119.99,
"rmbPrice": 642.85,
"usdPrice": 89.99,
"localGmvPeriod": 89990,
"rmbGmvPeriod": 642850,
"usdGmvPeriod": 89990,
"soldCountPeriod": 1000,
"currencySymbolInfo": {
"local": "$",
"region": "$"
},
"gmvInfo": {
"periodCurrent": {
"local": 89990,
"region": 89990
}
},
"priceList": [
{
"local": 89.99,
"region": 89.99
}
],
"originPriceList": [
{
"local": 119.99,
"region": 119.99
}
]
}
]
},
"serverTime": "2026-01-05 10:30:45"
}