Get the list of item promotions of a project.
Promotions provide a discount (%) on items. The discount will be applied to all prices of the specified items.
List of item promotions was successfully received.
Basic authentication not passed or wrong. Make sure you used basic authentication or correct credentials.
{- "promotions": [
- {
- "id": 1,
- "date_start": "2020-04-15T18:16:00+05:00",
- "date_end": "2020-04-25T18:16:00+05:00",
- "is_enabled": true,
- "discount": {
- "percent": "20.00"
}, - "items": [
- {
- "sku": "elven_sword"
}
], - "name": {
- "en-US": "Promotion",
- "ru-RU": "Акция"
}, - "limits": {
- "per_user": null,
- "per_item": null,
- "recurrent_schedule": null
}, - "price_range_condition": null
}, - {
- "id": 2,
- "date_start": "2020-04-15T18:16:00+05:00",
- "date_end": "2020-04-25T18:16:00+05:00",
- "is_enabled": true,
- "discount": {
- "percent": "10.00"
}, - "items": [
- {
- "sku": "elven_helmet"
}, - {
- "sku": "elven_armor"
}
], - "name": {
- "en-US": "Promotion",
- "ru-RU": "Акция"
}, - "limits": {
- "per_user": {
- "total": 10
}, - "per_item": null,
- "recurrent_schedule": {
- "per_user": {
- "interval_type": "daily",
- "day_of_week": null,
- "day_of_month": null,
- "time": "11:00:00+08:00",
- "reset_next_date": 1677553200,
- "displayable_reset_start_date": "2023-02-28T11:00:00+08:00",
- "displayable_reset_next_date": "2023-02-28T11:00:00+08:00"
}
}
}, - "price_range_condition": null
}, - {
- "id": 3,
- "date_start": "2020-04-15T18:16:00+05:00",
- "date_end": "2020-04-25T18:16:00+05:00",
- "is_enabled": true,
- "discount": {
- "percent": "10.00"
}, - "items": [
- {
- "sku": "elven_helmet"
}, - {
- "sku": "elven_armor"
}
], - "name": {
- "en-US": "Promotion",
- "ru-RU": "Акция"
}, - "limits": {
- "per_user": {
- "total": 10
}, - "per_item": null,
- "recurrent_schedule": {
- "per_user": {
- "interval_type": "daily",
- "day_of_week": null,
- "day_of_month": null,
- "time": "11:00:00+08:00",
- "reset_next_date": 1677553200,
- "displayable_reset_start_date": "2023-02-28T11:00:00+08:00",
- "displayable_reset_next_date": "2023-02-28T11:00:00+08:00"
}
}
}, - "price_range_condition": {
- "lower_limit": "10.0000",
- "upper_limit": "20.0000"
}
}, - {
- "id": 4,
- "date_start": "2020-04-15T18:16:00+05:00",
- "date_end": "2020-04-25T18:16:00+05:00",
- "is_enabled": true,
- "discount": {
- "percent": "10.00"
}, - "items": null,
- "name": {
- "en-US": "Promotion",
- "ru-RU": "Акция"
}, - "limits": {
- "per_user": {
- "total": 10
}, - "per_item": null,
- "recurrent_schedule": {
- "per_user": {
- "interval_type": "daily",
- "day_of_week": null,
- "day_of_month": null,
- "time": "11:00:00+08:00",
- "reset_next_date": 1677553200,
- "displayable_reset_start_date": "2023-02-28T11:00:00+08:00",
- "displayable_reset_next_date": "2023-02-28T11:00:00+08:00"
}
}
}, - "price_range_condition": {
- "lower_limit": null,
- "upper_limit": "20.00"
}
}
]
}