分页查询产品标签信息列表

企业可通过此接口分页查询产品标签信息列表

请求方式: POST(HTTPS)

请求地址: https://open.wshoto.com/openapi/product/library/page_query_product_library_tag_info_list

Query参数:

参数 类型 必填 说明
access_token str 调用接口凭证

Body参数:

{
  "tag_name": "test_b7648d04c9bd",
  "current_index": 42,
  "page_size": 70
}
参数 类型 必填 说明
tag_name string 标签名称
current_index long 当前页,默认值:1
page_size long 每页大小,默认值:20,最大值:100

返回值:

{
  "code": 0,
  "msg": "请求成功",
  "data": {
    "total": 1,
    "records": [
      {
        "tag_id": "test_cf81dd7707e3",
        "tag_name": "test_3ffdd950e3c8"
      }
    ]
  },
  "sub_code": "00000"
}

参数说明:

参数 类型 说明
code int 返回码
msg string 对返回码的文本描述内容
data object 分页对象
total long 总数
records object[] 业务对象
tag_id string 产品标签ID
tag_name string 产品标签名称
sub_code string 业务异常返回码

results matching ""

    No results matching ""