Fields
Sample data
This filter answers yes or no for each item, so there is no before and after. The example uses a schema that requires a textsku and a numeric price.
| Field | Value |
|---|---|
| Schema | requires sku (text) and price (number) |
| Incoming item | Result |
|---|---|
{ "sku": "A-100", "price": 19.99 } | matches |
{ "sku": "B-200" } | does not match |
price.