アイテムの割引プロモーションを作成します。
プロモーションは、アイテムの割引(%)を提供します。 指定したアイテムの全価格に割引が適用されます。
プロモーションデータを持つオブジェクト。
required | Array of objects |
required | object |
required | object プロモーション名。キーと値のペアを含む必要があります。 キーは"^[a-z]{{2}-[A-Z]{2}$"フォーマットのロケール、値は文字列です。 |
Array of type = string (objects) or Array of type = date (objects) or Array of type = number (objects) | |
One of: ユーザー属性値と比較される条件。 動作が有効になるためには、すべての条件が満たされなければなりません。 Array ([ 1 .. 100 ] items) | |
date_end | string or null <date-time> Default: "2020-04-15T18:16:00+05:00" プロモーションが終了する日付。 |
date_start | string or null <date-time> Default: "2020-04-15T18:16:00+05:00" プロモーションを開始する日付。 |
object プロモーションの制限。 | |
object or null 指定した価格範囲内の商品にプロモーションを適用するための条件。 | |
プロモーションは正常に作成されました。
基本認証が不合格または不正です。基本認証または正しい認証情報を使用したことを確認してください。
無効なリクエスト。
{- "attribute_conditions": [
- {
- "attribute": "race",
- "operator": "eq",
- "value": "ork"
}, - {
- "attribute": "level",
- "can_be_missing": true,
- "operator": "ge",
- "value": "10"
}
], - "date_end": "2020-04-25T18:16:00+05:00",
- "date_start": "2020-04-15T18:16:00+05:00",
- "discount": {
- "percent": "24.00"
}, - "items": null,
- "name": {
- "en-US": "Ork set discount",
- "ru-RU": "Скидка на набор для орка"
}
}
{- "promotion_id": 2384756
}