# 获取主题 获取有关促销主题的信息。 注意此API调用不包含project_id路径参数,因此您需要使用在您公司的所有项目中都有效的API密钥来设置授权。 Endpoint: GET /merchants/{merchant_id}/promotions/{promotion_id}/subject Version: 2.0 Security: basicAuth ## Path parameters: - `merchant_id` (integer, required) 商户ID。 - `promotion_id` (integer, required) 促销活动 ID。 ## Response 200 fields (application/json): - `digital_contents` (object,null) - `items` (array) 促销将应用到列出的虚拟物品。 - `items.id` (integer) - `items.localized_name` (string) 计划名称(使用默认语言英文),复制name.en值。 - `items.sku` (string) 商品SKU。 - `packages` (array,null) 促销活动适用于列出的虚拟货币包。 - `purchase` (boolean) 促销活动是否应当适用于整个购买。 - `subscriptions` (object,null) 将要进行促销的订阅计划或产品相关数据的对象。 - `subscriptions.max_charges_count` (integer) 将要进行促销的最多收费次数。 - `subscriptions.plans` (array) - `subscriptions.products` (array)