# プロモーションの作成 新しいプロモーションを作成します。 通知APIコールにproject_idパスパラメータが含まれていないため、会社の全プロジェクトで有効なAPIキーを使用して認可を設定する必要があります。 Endpoint: POST /merchants/{merchant_id}/promotions Version: 2.0 Security: basicAuth ## Path parameters: - `merchant_id` (integer, required) マーチャントID。 ## Request 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) 決済インターフェースに表示するローカライズされたラベルの配列。 - `name` (object) ローカライズされたプロモーション名の配列。 - `project_id` (integer, required) プロジェクトID。 - `technical_name` (string, required) プロモーションの名称。 - `enabled` (boolean) - `id` (integer) - `read_only` (boolean) - `show_banner` (boolean) ## Response 201 fields (application/json): - `id` (integer) プロモーションID。