Skip to main content
Use this step to label every item passing through it with an entity schema. The schema you pick tells the rest of the route what kind of thing each item is, such as a product, an order, or a customer. The item’s values are left untouched; only its declared type changes. This is handy when later steps behave differently depending on the entity type, or when you want the data that leaves this route to be clearly identified.

Fields

Sample data

This step runs as part of a route and does not change the item’s values, so there is no before/after to show. It only assigns the chosen entity schema to each item passing through. A small example configuration that tags every item as a product: