多麦爆品查询
基本信息
- service:cps-mesh.open.products.query.get
- 请求方式:POST
请求Header
| Header参数 | 是否必须 | 示例 | 备注 |
|---|---|---|---|
| Content-Type | 是 | application/json |
公共参数
| 参数名称 | 是否必须 | 示例 | 备注 |
|---|---|---|---|
| app_key | 是 | 2312521 | 媒体应用AppKey 查看获取方式 |
| timestamp | 是 | 1596592757 | 秒级时间戳 |
| service | 是 | cps-mesh.open.products.query.get | 接口服务名称 |
| sign | 是 | 5D17CCCD5B29F98171D6D0D43136B366 | 签名 详解 |
接口参数
| 参数名称 | 是否必须 | 示例 | 备注 |
|---|---|---|---|
| channel_id | 是 | 爆品频道,咨询客服获取 | |
| page | 否 | 页码 默认1 | |
| page_size | 否 | 分页大小 默认20 最大200 |
请求示例
{
"channel_id": "string",
"page": "string",
"page_size": "string"
}返回参数
| 名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
|---|---|---|---|---|---|
| status | integer | 非必须 | 状态code | ||
| message | string | 非必须 | 错误信息 | ||
| data | object [] | 非必须 | item 类型: object | ||
| ├─ item_id | string | 非必须 | 商品原始ID | ||
| ├─ product_id | string | 非必须 | 多麦商品库编号,可在转链接口传递此参数 | ||
| ├─ ads_id | string | 非必须 | 多麦计划id,转链需传递此参数 | ||
| ├─ item_title | string | 非必须 | 商品标题 | ||
| ├─ item_picture | string | 非必须 | 商品主图 | ||
| ├─ item_small_pictures | string [] | 非必须 | 商品小图 [string] | item 类型: string | |
| ├─ | 非必须 | ||||
| ├─ item_volume | string | 非必须 | 商品销量 | ||
| ├─ activity_info | string | 非必须 | 活动折扣信息 | ||
| ├─ item_url | string | 非必须 | 商品URL | ||
| ├─ item_price | string | 非必须 | 商品价格 | ||
| ├─ coupon_price | string | 非必须 | 优惠券面额 | ||
| ├─ coupon | string | 非必须 | 优惠券 | ||
| ├─ item_final_price | string | 非必须 | 券后价 | ||
| ├─ category | string | 非必须 | 类目 | ||
| ├─ commission_rate | string | 非必须 | 佣金比例 | ||
| ├─ commission_amount | string | 非必须 | 佣金金额 | ||
| ├─ item_platform | string | 非必须 | 商品平台:1-淘宝,2-京东,4-唯品会,5-拼多多,6-当当,7-有赞,10-苏宁,11-考拉,12-1688,18-美的官网,3-多麦;注意:一些未对接到平台的商品则统一归入到多麦平台 | ||
| ├─ coupon_start_time | string | 非必须 | 优惠开始时间 | ||
| ├─ coupon_end_time | string | 非必须 | 优惠结束时间 | ||
| ├─ seller_id | string | 非必须 | 商城Id,对应到推广信息->商城列表,标识平台上的商家名称,并非淘宝、京东等平台名 | ||
| ├─ seller_name | string | 非必须 | 商城名字 | ||
| ├─ extra_info | object | 非必须 | 原始信息 | ||
| ├─ recommend_reason | string | 非必须 | 推荐理由 |
返回示例
{
"status": 0,
"message": "string",
"data": [
{
"item_id": "string",
"product_id": "string",
"ads_id": "string",
"item_title": "string",
"item_picture": "string",
"item_small_pictures": [
"string"
],
"item_volume": "string",
"activity_info": "string",
"item_url": "string",
"item_price": "string",
"coupon_price": "string",
"coupon": "string",
"item_final_price": "string",
"category": "string",
"commission_rate": "string",
"commission_amount": "string",
"item_platform": "string",
"coupon_start_time": "string",
"coupon_end_time": "string",
"seller_id": "string",
"seller_name": "string",
"extra_info": {},
"recommend_reason": "string"
}
]
}