# 获取促销活动 检索促销。 注意此API调用不包含project_id路径参数,因此您需要使用在您公司的所有项目中都有效的API密钥来设置授权。 Endpoint: GET /merchants/{merchant_id}/promotions/{promotion_id} Version: 2.0 Security: basicAuth ## Path parameters: - `merchant_id` (integer, required) 商户ID。 - `promotion_id` (integer, required) 促销活动 ID。 ## Response 200 fields (application/json): - `description` (object) 本地化促销描述数组。 - `description.ar` (string) 阿拉伯语。 - `description.bg` (string) 保加利亚语。 - `description.cn` (string) 中文(简体)。 - `description.cs` (string) 捷克语。 - `description.de` (string) 德语。 - `description.en` (string) 英语。 - `description.es` (string) 西班牙语。 - `description.fr` (string) 法语。 - `description.he` (string) 希伯来语。 - `description.it` (string) 意大利语。 - `description.ja` (string) 日语。 - `description.ko` (string) 韩语。 - `description.pl` (string) 波兰语。 - `description.pt` (string) 葡萄牙语。 - `description.ro` (string) 罗马尼亚语。 - `description.ru` (string) 俄语。 - `description.th` (string) 泰语。 - `description.tr` (string) 土耳其语。 - `description.tw` (string) 中文(繁体)。 - `description.vi` (string) 越南语。 - `label` (object) 本地化标签数组,显示在支付 UI 中。 - `name` (object) 本地化促销名称数组。 - `project_id` (integer) 项目ID。 - `technical_name` (string) 促销活动的技术名称。 - `enabled` (boolean) - `id` (integer) - `read_only` (boolean) - `show_banner` (boolean)