FilterablePromotionProps
The filters to apply on the retrieved promotions.
An array of filters to apply on the entity, where each item in the array is joined with an "and" condition.
An array of filters to apply on the entity, where each item in the array is joined with an "or" condition.
id
string | string[]The IDs to filter the promotions by.
code
string | string[] | OperatorMap<string>Filter promotions by their code.
budget_id
string[] | OperatorMap<string>Filter promotions by the ID of their associated campaign budget.
is_automatic
booleanFilter promotions by whether they're applied automatically.
type
PromotionTypeValues[]Filter promotions by their type.
Was this section helpful?