Learn how to use rules to manipulate your data.
Our powerful rules engine allows you to manipulate your product data in countless ways. You can create simple or complex rules to transform, filter, and enrich your data before it is sent to different channels.
The rules engine processes a set of instructions you define. Each rule consists of one or more conditions (if
, and
, or
) and a set of actions (then
). You can also specify actions to be performed if the conditions are not met (else
).
A typical rule has the following structure:
This structure allows for building very flexible and powerful data transformations.
Explore the available conditions and actions in the dedicated sections to see what is possible.