中文版
产品文档1688 APITaobao / Tmall API增值API
产品文档1688 APITaobao / Tmall API增值API
English
  1. Taobao / Tmall 商品搜索
  • Taobao / Tmall 商品搜索
    • 上传图片
      POST
    • 图片搜索
      GET
    • 关键词搜索
      GET
    • 店铺搜索
      GET
    • 商品详情搜索
      GET
    • 榜单类型搜索
      GET
    • 榜单商品搜索
      GET
    • 商品运费查询
      POST
    • 图搜2
      GET
  • Taobao / Tmall 订单管理
    • 撞库接口
      GET
    • 预览商品
      POST
    • 创建订单
      POST
    • 取消订单
      POST
    • 查询订单
      POST
  • Taobao / Tmall 订单支付
    • 支付订单
      POST
  • Taobao / Tmall 消息说明
    • 订单消息
    • 订单消息-签名验证
  1. Taobao / Tmall 商品搜索

榜单类型搜索

GET
/taobao/traffic/getThemeDimList
榜单类型搜索接口,在搜索榜单商品时需先搜索榜单类型。

请求参数

Query 参数
appKey
string 
必需
大吉平台appKey
appSecret
string 
必需
秘钥,仅调试使用,正式用sign签名
sign
string 
可选
sign签名,请求的参数字典排序+秘钥appSecret,调试时可忽略改字段
theme_channel_type
string 
必需
主题类型,1: 平台通用
示例值:
1
theme_content_type
string 
必需
主题内容,2:佣金主题 11:东南亚热销 12:日韩热销 13:港澳台热销 14:拉美热销 15:欧美热销
示例值:
11
cate_ids
string 
可选
类目列表,如需查询行业热销类主题,建议传入类目ID 进行过滤,如:1623,2305
page_no
number 
页码
必需
示例值:
1
page_size
number 
页大小,上限20
必需
示例值:
20

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://openapi.dajisaas.com/taobao/traffic/getThemeDimList?appKey=&appSecret=&sign&theme_channel_type=1&theme_content_type=11&cate_ids=&page_no=1&page_size=20'

返回响应

🟢200成功
application/json
Body
code
integer 
返回码
必需
message
string 
消息
必需
data
object 
搜索结果
必需
data
array [object {6}] 
业务数据
必需
totalPage
integer 
总页数
必需
pageNo
integer 
页码
必需
bizError
boolean 
默认false
必需
pageSize
integer 
页大小
必需
totalCount
integer 
总条数
必需
timestamp
integer 
时间戳
必需
traceId
string 
traceId
必需
示例
{
  "code": 200,
  "message": "操作成功",
  "data": {
    "data": [
      {
        "themeDimId": "11647",
        "cateId": "1623",
        "themeChannelType": "1",
        "cateName": "半身裙",
        "themeDimName": "东南亚半身裙热销",
        "themeContentType": "11"
      },
      {
        "themeDimId": "12859",
        "cateId": "1629",
        "themeChannelType": "1",
        "cateName": "大码连衣裙",
        "themeDimName": "东南亚大码连衣裙热销",
        "themeContentType": "11"
      },
      {
        "themeDimId": "11180",
        "cateId": "2304",
        "themeChannelType": "1",
        "cateName": "木艺/木雕",
        "themeDimName": "东南亚木艺/木雕热销",
        "themeContentType": "11"
      },
      {
        "themeDimId": "6508",
        "cateId": "2305",
        "themeChannelType": "1",
        "cateName": "金石篆刻",
        "themeDimName": "东南亚金石篆刻热销",
        "themeContentType": "11"
      },
      {
        "themeDimId": "5216",
        "cateId": "2311",
        "themeChannelType": "1",
        "cateName": "其它收藏品",
        "themeDimName": "东南亚其它收藏品热销",
        "themeContentType": "11"
      },
      {
        "themeDimId": "11964",
        "cateId": "3035",
        "themeChannelType": "1",
        "cateName": "休闲裤",
        "themeDimName": "东南亚休闲裤热销",
        "themeContentType": "11"
      },
      {
        "themeDimId": "6208",
        "cateId": "140701",
        "themeChannelType": "1",
        "cateName": "照片冲印/小卡定制",
        "themeDimName": "东南亚照片冲印/小卡定制热销",
        "themeContentType": "11"
      },
      {
        "themeDimId": "6661",
        "cateId": "162103",
        "themeChannelType": "1",
        "cateName": "毛衣",
        "themeDimName": "东南亚毛衣热销",
        "themeContentType": "11"
      },
      {
        "themeDimId": "8210",
        "cateId": "162104",
        "themeChannelType": "1",
        "cateName": "衬衫",
        "themeDimName": "东南亚衬衫热销",
        "themeContentType": "11"
      },
      {
        "themeDimId": "11354",
        "cateId": "162116",
        "themeChannelType": "1",
        "cateName": "蕾丝衫/雪纺衫",
        "themeDimName": "东南亚蕾丝衫/雪纺衫热销",
        "themeContentType": "11"
      },
      {
        "themeDimId": "13161",
        "cateId": "162201",
        "themeChannelType": "1",
        "cateName": "休闲裤",
        "themeDimName": "东南亚休闲裤热销",
        "themeContentType": "11"
      },
      {
        "themeDimId": "2406",
        "cateId": "162205",
        "themeChannelType": "1",
        "cateName": "牛仔裤",
        "themeDimName": "东南亚牛仔裤热销",
        "themeContentType": "11"
      },
      {
        "themeDimId": "5364",
        "cateId": "162401",
        "themeChannelType": "1",
        "cateName": "职业女裙套装",
        "themeDimName": "东南亚职业女裙套装热销",
        "themeContentType": "11"
      },
      {
        "themeDimId": "8352",
        "cateId": "162402",
        "themeChannelType": "1",
        "cateName": "职业女裤套装",
        "themeDimName": "东南亚职业女裤套装热销",
        "themeContentType": "11"
      },
      {
        "themeDimId": "3011",
        "cateId": "162403",
        "themeChannelType": "1",
        "cateName": "其它制服/套装",
        "themeDimName": "东南亚其它制服/套装热销",
        "themeContentType": "11"
      },
      {
        "themeDimId": "13569",
        "cateId": "162404",
        "themeChannelType": "1",
        "cateName": "休闲运动套装",
        "themeDimName": "东南亚休闲运动套装热销",
        "themeContentType": "11"
      },
      {
        "themeDimId": "8211",
        "cateId": "162701",
        "themeChannelType": "1",
        "cateName": "婚纱",
        "themeDimName": "东南亚婚纱热销",
        "themeContentType": "11"
      },
      {
        "themeDimId": "9570",
        "cateId": "162702",
        "themeChannelType": "1",
        "cateName": "礼服/晚装",
        "themeDimName": "东南亚礼服/晚装热销",
        "themeContentType": "11"
      },
      {
        "themeDimId": "8818",
        "cateId": "162703",
        "themeChannelType": "1",
        "cateName": "民族服装/舞台装",
        "themeDimName": "东南亚民族服装/舞台装热销",
        "themeContentType": "11"
      },
      {
        "themeDimId": "6952",
        "cateId": "210211",
        "themeChannelType": "1",
        "cateName": "伞",
        "themeDimName": "东南亚伞热销",
        "themeContentType": "11"
      }
    ],
    "totalPage": 282,
    "pageNo": 1,
    "bizError": false,
    "pageSize": 20,
    "totalCount": 5632
  },
  "timestamp": 1735296474841,
  "traceId": "09d96e083d8a"
}
上一页
商品详情搜索
下一页
榜单商品搜索
Built with