# ユニークなカタログオファープロモーションを作成する ユニークなカタログオファープロモーションを作成します。 Endpoint: POST /v3/project/{project_id}/admin/unique_catalog_offer Version: 2.0.0 Security: basicAuth ## Path parameters: - `project_id` (integer, required) プロジェクトID。このパラメータは、パブリッシャーアカウントのプロジェクト名の横にあります。 Example: 44056 ## Request fields (application/json): - `date_end` (string,null) プロモーションが終了する日付。nullにすることができます。 date_endがnullの場合、プロモーションは時間無制限となります。 - `date_start` (string,null) プロモーションを開始する日付。 - `external_id` (string, required) 一意のプロモーションID。external_idには、小文字と大文字のラテン英数字、ピリオド、ダッシュ、およびアンダースコアのみが含まれます。 Example: "coupon_external_id" - `items` (array) ユニークカタログオファー使用後に利用可能なアイテムSKUリスト。 Example: ["booster_mega_1"] - `name` (object, required) プロモーションの名前。キーと値のペアを含む必要があります。 キーは"^[a-z]{2}-[A-Z]{2}$"形式のロケール、値は文字列です。 Example: {"de-DE":"Gutscheintitel","en-US":"Coupon title"} - `redeem_code_limit` (integer,null) コードごとの引き換え回数。 Example: 10 - `redeem_total_limit` (integer,null) クーポンの総数を制限します。 Example: 10 - `redeem_user_limit` (integer,null) 一人のユーザーが引き換えできるクーポンの総数を制限します。 Example: 10 ## Response 201 fields (application/json): - `external_id` (string) 一意のプロモーションID。external_idには、小文字と大文字のラテン英数字、ピリオド、ダッシュ、およびアンダースコアのみが含まれます。 Example: "coupon_external_id" ## Response 401 fields (application/json): - `errorCode` (integer) Example: 1020 - `errorMessage` (string) Example: "[0401-1020]: Error in Authentication method occurred" - `statusCode` (integer) Example: 401 ## Response 422 fields (application/json): - `errorCode` (integer) Example: 1102 - `errorMessage` (string) Example: "[0401-1102]: Unprocessable Entity. The property `external_id` is required" - `statusCode` (integer) Example: 422