Retrieve product category list of a live stream
Request Code Samples
curl --location --request GET 'http://open.tabcut.com:8090/api/live/item_category?roomId' \
--header 'x-appKey;' \
--header 'x-timestamp;' \
--header 'x-sign;' \
--header 'x-selected-lng;'
Responses
{
"code": "200",
"message": "成功!",
"result": [
{
"categoryId": "10000",
"categoryName": "Other",
"rank": 3,
"rate": 0.0000,
"itemCateSoldCountPeriod": 0,
"roomCateItemCount": 1
},
{
"categoryId": "824584",
"categoryName": "Luggage & Bags",
"rank": 2,
"rate": 0.0031,
"itemCateSoldCountPeriod": 6,
"roomCateItemCount": 2
},
{
"categoryId": "700437",
"categoryName": "Food & Beverages",
"rank": 1,
"rate": 0.9969,
"itemCateSoldCountPeriod": 1938,
"roomCateItemCount": 52
}
],
"serverTime": "2026-01-05 18:12:20"
}
Modified at 2026-01-07 09:23:34