Récupère la liste des promotions sur les objets d'un projet.
Les promotions offrent une remise (%) sur les objets. La remise s'applique à tous les prix des objets spécifiés.
La liste des promotions sur des objets a été reçue avec succès.
L'authentification de base n'a pas été passée ou est incorrecte. Vérifiez que vous avez utilisé l'authentification de base ou des informations d'identification correctes.
{- "active_promotions_count": 4,
- "inactive_promotions_count": 0,
- "promotions": [
- {
- "date_end": "2020-04-25T18:16:00+05:00",
- "date_start": "2020-04-15T18:16:00+05:00",
- "discount": {
- "percent": "20.00"
}, - "id": 1,
- "is_enabled": true,
- "items": [
- {
- "sku": "elven_sword"
}
], - "limits": {
- "per_item": null,
- "per_user": null,
- "recurrent_schedule": null
}, - "name": {
- "en-US": "Promotion",
- "ru-RU": "Акция"
}, - "price_range_condition": null
}, - {
- "date_end": "2020-04-25T18:16:00+05:00",
- "date_start": "2020-04-15T18:16:00+05:00",
- "discount": {
- "percent": "10.00"
}, - "id": 2,
- "is_enabled": true,
- "items": [
- {
- "sku": "elven_helmet"
}, - {
- "sku": "elven_armor"
}
], - "limits": {
- "per_item": null,
- "per_user": {
- "total": 10
}, - "recurrent_schedule": {
- "per_user": {
- "day_of_month": null,
- "day_of_week": null,
- "displayable_reset_next_date": "2023-02-28T11:00:00+08:00",
- "displayable_reset_start_date": "2023-02-28T11:00:00+08:00",
- "interval_type": "daily",
- "reset_next_date": 1677553200,
- "time": "11:00:00+08:00"
}
}
}, - "name": {
- "en-US": "Promotion",
- "ru-RU": "Акция"
}, - "price_range_condition": null
}, - {
- "date_end": "2020-04-25T18:16:00+05:00",
- "date_start": "2020-04-15T18:16:00+05:00",
- "discount": {
- "percent": "10.00"
}, - "id": 3,
- "is_enabled": true,
- "items": [
- {
- "sku": "elven_helmet"
}, - {
- "sku": "elven_armor"
}
], - "limits": {
- "per_item": null,
- "per_user": {
- "total": 10
}, - "recurrent_schedule": {
- "per_user": {
- "day_of_month": null,
- "day_of_week": null,
- "displayable_reset_next_date": "2023-02-28T11:00:00+08:00",
- "displayable_reset_start_date": "2023-02-28T11:00:00+08:00",
- "interval_type": "daily",
- "reset_next_date": 1677553200,
- "time": "11:00:00+08:00"
}
}
}, - "name": {
- "en-US": "Promotion",
- "ru-RU": "Акция"
}, - "price_range_condition": {
- "lower_limit": "10.0000",
- "upper_limit": "20.0000"
}
}, - {
- "date_end": "2020-04-25T18:16:00+05:00",
- "date_start": "2020-04-15T18:16:00+05:00",
- "discount": {
- "percent": "10.00"
}, - "id": 4,
- "is_enabled": true,
- "items": null,
- "limits": {
- "per_item": null,
- "per_user": {
- "total": 10
}, - "recurrent_schedule": {
- "per_user": {
- "day_of_month": null,
- "day_of_week": null,
- "displayable_reset_next_date": "2023-02-28T11:00:00+08:00",
- "displayable_reset_start_date": "2023-02-28T11:00:00+08:00",
- "interval_type": "daily",
- "reset_next_date": 1677553200,
- "time": "11:00:00+08:00"
}
}
}, - "name": {
- "en-US": "Promotion",
- "ru-RU": "Акция"
}, - "price_range_condition": {
- "lower_limit": null,
- "upper_limit": "20.00"
}
}
], - "total_promotions_count": 4
}