{
"code": 0,
"message": "success",
"data": {
"products": [ // 商品列表(每页30个)
{
"product_id": "xxx",
"title": "商品标题",
"image": "商品图片URL",
"product_price_info": {}, // 价格信息
"rate_info": {}, // 评分信息
"sold_info": {}, // 销量信息
"seller_info": {}, // 卖家信息
"seo_url": "商品SEO链接"
}
],
"has_more": true, // 是否有更多商品
"load_more_params": {} // 加载更多参数(用于下一页)
}
}{
"code": 0,
"message": "success",
"data": {
"products": [ // Product list (30 per page)
{
"product_id": "xxx",
"title": "Product title",
"image": "Product image URL",
"product_price_info": {}, // Price info
"rate_info": {}, // Rating info
"sold_info": {}, // Sales info
"seller_info": {}, // Seller info
"seo_url": "Product SEO URL"
}
],
"has_more": true, // Has more products
"load_more_params": {} // Load more params (for next page)
}
}Authorization: Bearer ********************curl --location 'https://api.tikomni.com/api/u1/v1/tiktok/shop/web/fetch_seller_products_list?seller_id=7495150558072178725&search_params=30_WzQzOSwzOTAwMDAwMCwxNzIzMDU4NTY3NTM5LCIxNzI5NTc3OTc3OTI0Nzg0MTY1Il0%3D®ion=US' \
--header 'Authorization: Bearer <token>'{}