Skip to main content
Skip to main content

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.
idstring | string[]
The IDs to filter the promotions by.
codestring | string[] | OperatorMap<string>
Filter promotions by their code.
budget_idstring[] | OperatorMap<string>
Filter promotions by the ID of their associated campaign budget.
is_automaticboolean
Filter promotions by whether they're applied automatically.
Filter promotions by their type.
Was this section helpful?