您可通过此接口获取指定直播间商品卡片菜单的 ID、名称及启用状态等配置信息。
请求频率:单用户请求频率限制为 10 次/秒。
下表仅列出该接口特有的请求参数和部分公共参数。更多信息详见公共参数。
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | GetActivityProducts | 接口名称。当前 API 的名称为 GetActivityProducts 。 |
Version | String | 是 | 2023-08-01 | 接口版本。当前 API 的版本为 2023-08-01 。 |
ActivityId | Long | 是 | 1776085489138 | 直播间 ID。您可以通过 ListActivityAPI 接口查询 ID。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
ProductConfigs | Array of ProductConfigs | - | 商品卡片菜单的配置信息列表。 |
VerticalIconUrl | String | https//p.example.org/6ed59yyum2-z75.png | 竖屏直播中商品卡片菜单图标的 URL。包含协议头。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
Id | Long | 780 | 商品卡片菜单 ID。 |
EnableFloating | Boolean |
| 是否开启浮层展示。支持以下取值:
|
EnableUA | Boolean |
| 是否开启直达链接功能。该功能仅移动端支持。支持以下取值:
|
UAInfo | Object of UAInfo | - | 直达链接的配置信息列表。 |
UAAddress | String | - | 已废弃 |
EnableMiniApp | Boolean |
| 是否开启微信小程序跳转功能。该功能仅移动端支持。支持以下取值:
|
MiniAppId | String | dsdwsd | 跳转的微信小程序的原始 ID。 |
ProductsPosition | Integer |
| 商品卡片在 PC 端观看页的展示位置。支持以下取值:
|
DefaultRedirectImage | String | https://example/MenuBar | 商品卡片默认跳转图的 URL。默认为系统配置的跳转图,支持上传 JPG、GIF、PNG 和 BMP 格式的图片。 |
DisplayEnable | String |
| 是否在观看页显示商品卡片菜单。支持以下取值:
|
IsEnable | Boolean |
| 是否启用商品卡片菜单。支持以下取值:
|
MenuName | String | 商品卡片 | 商品卡片菜单的名称。 |
Product | Object of Product | - | 卡片的配置信息列表。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
UAInfos | Array of UAInfos | - | 直达链接的配置信息列表。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
Products | Array of Products | - | 卡片的配置信息列表。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
UAName | String | 微信 | 环境名称,与 UAAddress 一一对应。 |
UAAddress | String | MicroMessenger | 环境 UA,与 UAName 一一对应。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
Title | String | 卡片标题 | 卡片标题。 |
Highlight | String | 卡片高亮文案 | 卡片的高亮文案。 |
IntroduceImage | String | https://example.com | 卡片介绍图的 URL。支持上传 jpg、gif、png、bmp 格式的图片。 |
RedirectImage | String | https://example.com | 卡片跳转图的 URL。支持上传 jpg、gif、png、bmp 格式的图片。 |
RedirectUrl | String | https://example.com | 卡片的跳转链接。 |
Index | Integer | 1 | 卡片的序号。取值范围为 [1,500]。 |
Id | Long | 105472 | 卡片 ID。 |
PageAdvertisementType | Integer | 0 | 已废弃。 |
ExplainStatus | Integer |
| 商品讲解状态。支持以下取值:
|
ExplainTime | Long | 0 | 最近一次修改商品讲解状态的时间。Unix 时间戳,单位为秒。取值为 0 表示未修改过商品讲解状态。 |
EnableStatus | Integer |
| 是否上架卡片。支持以下取值:
|
FloatingStatus | Integer |
| 是否浮窗展示卡片。支持以下取值:
|
Strikethrough | String | 划线文字 | 卡片上的灰色划线文字。 |
Remark | String | 备注信息 | 卡片的备注信息。 |
MiniAppDirectUrl | String | https://example.com | 微信小程序的跳转链接。 |
DirectUrls | Array of String | ["https://example.com","https://example2.com"] | 卡片的直达链接列表。 |
GET https://livesaas.volcengineapi.com/?Action=GetActivityProducts&Version=2023-08-01&ActivityId=1776085489138
{ "ResponseMetadata": { "RequestId": "202306041104200100100232280022D31", "Action": "GetActivityProducts", "Version": "2023-08-01", "Service": "livesaas", "Region": "cn-north-1", "SystemTime": 1692933161 }, "Result": { "ProductConfigs": [ { "Id": 780, "EnableFloating": true, "EnableUA": true, "UAInfo": { "UAInfos": [ { "UAName": "微信", "UAAddress": "MicroMessenger" } ] }, "EnableMiniApp": true, "MiniAppId": "dsdwsd", "ProductsPosition": 0, "DefaultRedirectImage": "https://example/MenuBar", "DisplayEnable": "1", "IsEnable": true, "MenuName": "商品卡片", "Product": { "Products": [ { "Title": "卡片标题", "Highlight": "卡片高亮文案", "IntroduceImage": "https://example.com", "RedirectImage": "https://example.com", "RedirectUrl": "https://example.com", "Index": 1, "Id": 105472, "PageAdvertisementType": 0, "ExplainStatus": 0, "ExplainTime": 0, "EnableStatus": 1, "FloatingStatus": 1, "Strikethrough": "划线文字", "Remark": "备注信息", "MiniAppDirectUrl": "https://example.com", "DirectUrls": [ "https://example.com", "https://example2.com" ] } ] }, "UAAddress": "" } ], "VerticalIconUrl": "https//p.example.org/6ed59yyum2-z75.png" } }