获取商品分组内商品列表
POST
https://api.xiaoe-tech.com/xe.resource_tags.resource/1.0.0
拥有此API的权限集 |
---|
商品分组-查询商品分组信息 |
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.xiaoe-tech.com/xe.resource_tags.resource/1.0.0' \
--header 'Content-Type: application/json' \
--data-raw '{
"access_token": "xe_xxxxx",
"tag_id":"4956093",
"page":1,
"page_size":1
}'
响应示例响应示例
{
"code": 0,
"data": {
"resources": {
"current_page": 1,
"data": [
{
"act_type": 0,
"alive_img_url": "http://xxxx",
"alive_type": 0,
"app_id": "appxxx",
"comment_count": 0,
"content_app_id": "",
"created_at": "2021-09-14 21:11:19",
"feeds_count": 0,
"finished_state": 0,
"id": 1171,
"img_url": "https://xxxx",
"img_url_compressed": "http://xxxx",
"img_url_compressed_larger": "http://xxxx",
"is_stop_sell": 0,
"is_transcode": 0,
"line_price": 0,
"manual_stop_at": "2038-01-19 03:14:07",
"order_weight": 1,
"payment_type": 1,
"period": 0,
"price": 0,
"product_name": "",
"rank": 1,
"recycle_state": 0,
"resource_count": 0,
"resource_created": "2021-09-14 16:53:40",
"resource_id": "l_6140631360b2c9a6c0f1566e",
"sell_mode": 0,
"spu_id": "",
"start_at": "2021-09-14 16:53:39",
"state": 0,
"stop_at": "2038-01-19 03:14:07",
"sub_type": 0,
"summary": "xx",
"tag_id": 4956093,
"tag_name": "测试0719",
"title": "产品训练营",
"type": 4,
"updated_at": "2021-10-26 13:14:25",
"view_count": 0,
"zb_start_at": "2021-09-14 16:57:00",
"zb_stop_at": "2021-09-14 18:27:00"
}
],
"first_page_url": "http://xxxx",
"from": 1,
"last_page": 11,
"last_page_url": "http://xxxx",
"next_page_url": "http://xxxx",
"path": "http://xxxx",
"per_page": 1,
"prev_page_url": null,
"to": 1,
"total": 11
},
"tag_created_at": "2021-07-19 11:20:26",
"tag_name": "测试0719",
"tag_state": 0
},
"msg": "OK"
}
请求参数
Body 参数application/json
返回响应
修改于 2022-03-11 11:01:54