获取商家商品列表V2(移动端)/Get seller products list V2 (Mobile)

TikTokapi

About

获取商家商品列表V2(移动端)/Get seller products list V2 (Mobile)

Documentation

获取商家商品列表V2(移动端)/Get seller products list V2 (Mobile)

[中文]

用途:

  • 获取商家商品列表(移动端接口)
  • 数据结构更精简

参数:

  • seller_id: 卖家ID (必填)
  • searchParams: 搜索参数(可选)
  • region: 地区代码 (US/GB/SG/MY/PH/TH/VN/ID)

重要提示:

  • 由于接口风控原因,请务必将请求timeout设置为30秒
  • 如遇到400错误代码,请重试请求3次

返回数据结构:

{
    "code": 0,
    "message": "success",
    "data": {
        "products": [...],            // 商品列表
        "has_more": true,             // 是否有更多
        "load_more_params": {}        // 加载更多参数
    }
}

[English]

Purpose:

  • Get seller product list (Mobile API)
  • More streamlined data structure

Parameters:

  • seller_id: Seller ID (required)
  • searchParams: Search parameters (optional)
  • region: Region code (US/GB/SG/MY/PH/TH/VN/ID)

Important Notice:

  • Due to API rate limiting, please set request timeout to 30 seconds
  • If you encounter error code 400, please retry the request 3 times

Response Structure:

{
    "code": 0,
    "message": "success",
    "data": {
        "products": [...],            // Product list
        "has_more": true,             // Has more
        "load_more_params": {}        // Load more params
    }
}

[示例/Example]

seller_id = "7495150558072178725" searchParams = "" region = "US"

Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.

Try 获取商家商品列表V2(移动端)/Get seller products list V2 (Mobile)

Test this model in the Sandbase Playground with your own prompts.

Open in Playground

Related Models