# キャンペーンにクーポンを追加 クーポン キャンペーンにクーポン コードを追加します。 通知APIコールにproject_idパスパラメータが含まれていないため、会社の全プロジェクトで有効なAPIキーを使用して認可を設定する必要があります。 Endpoint: POST /merchants/{merchant_id}/coupon_promotions/{campaign_id}/coupons Version: 2.0 Security: basicAuth ## Path parameters: - `merchant_id` (integer, required) マーチャントID。 - `campaign_id` (integer, required) キャンペーンID。 ## Request fields (application/json): - `coupon_code` (string, required) クーポンコード。 Example: "34bryrb3" ## Response 204 fields