文档中心 > API类目 > ICBU卖家API

alibaba.supplier.content.pop.trend.get (每日弹窗推荐商品获取)

每日弹窗推荐商品获取

公共参数

请求参数

名称 类型 是否必须 示例值 更多限制 描述
open_id String 必须 test 微信端唯一标识

响应参数

名称 类型 示例值 描述
message String "" 信息
data TrendsProductionModel [] 具体的数据
  • └ content_code
  • String
  • AXAYABI7
  • 内容code
  • └ name
  • String
  • 买家需求趋势-消费电子
  • 标题
  • └ logo_url
  • String
  • //sc04.alicdn.com/kf/Haf47268c570446b7b556886036afdf1e0.png
  • logo链接
  • └ summary
  • String
  • 消费电子
  • 概述
  • └ publish_date
  • Date
  • 2020-01-01 00:00:00
  • 发布日期
  • └ read_num
  • Number
  • 1
  • 阅读数
  • └ recommend_index
  • String
  • 1
  • 推荐顺序
  • └ type
  • String
  • ARTICLE
  • 内容类型
  • └ start_date
  • Date
  • 2020-01-01 00:00:00
  • 开始时间
  • └ end_date
  • Date
  • 2020-01-01 00:00:00
  • 结束时间
  • └ yoy
  • String
  • 100
  • 同比增长
  • └ url
  • String
  • 1
  • 1
succeed Boolean true 是否成功

请求示例

  • JAVA
  • .NET
  • PHP
  • CURL
  • Python
  • C/C++
  • NodeJS
TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret);
AlibabaSupplierContentPopTrendGetRequest req = new AlibabaSupplierContentPopTrendGetRequest();
req.setOpenId("test");
AlibabaSupplierContentPopTrendGetResponse rsp = client.execute(req);
System.out.println(rsp.getBody());

响应示例

  • XML示例
  • JSON示例
<alibaba_supplier_content_pop_trend_get_response>
    <message>&quot;&quot;</message>
    <data>
        <trends_production_model>
            <content_code>AXAYABI7</content_code>
            <name>买家需求趋势-消费电子</name>
            <logo_url>//sc04.alicdn.com/kf/Haf47268c570446b7b556886036afdf1e0.png</logo_url>
            <summary>消费电子</summary>
            <publish_date>2020-01-01 00:00:00</publish_date>
            <read_num>1</read_num>
            <recommend_index>1</recommend_index>
            <type>ARTICLE</type>
            <start_date>2020-01-01 00:00:00</start_date>
            <end_date>2020-01-01 00:00:00</end_date>
            <yoy>100</yoy>
            <url>1</url>
        </trends_production_model>
    </data>
    <succeed>true</succeed>
</alibaba_supplier_content_pop_trend_get_response>

异常示例

  • XML示例
  • JSON示例
<error_response>
    <code>50</code>
    <msg>Remote service error</msg>
    <sub_code>isv.invalid-parameter</sub_code>
    <sub_msg>非法参数</sub_msg>
</error_response>

错误码解释

错误码 错误描述 解决方案

API工具

如何获得此API

FAQ

返回
顶部