Skip to content

Product Filters

Product filters determine which products from your catalogue are included in a given export profile. You can filter by supplier, category, brand, stock, price, and any attribute.

Filters follow AND/OR logic:

  • Different filter fields: evaluated as AND (all conditions must match)
  • Same filter field, multiple values: evaluated as OR (any value matches)

Example:

FieldOperatorValue
Supplieris one ofSupplier A, Supplier B
CategoryisElectronics > Computers
Stockis greater than or equal to1

This exports products from Supplier A or Supplier B, AND in the Computers category, AND with at least 1 unit in stock.

Filter by one or more suppliers. Useful to create separate export profiles per supplier or to combine a subset of suppliers.

OperatorBehavior
isMatches exactly one supplier
is one ofMatches any of the selected suppliers
is notExcludes one supplier
is not any ofExcludes selected suppliers

Filter by canonical category (including or excluding subcategories).

OperatorBehavior
isExact category match, no subcategories
is or child ofCategory and all its subcategories
is notExclude exact category

Filter by canonical brand code.

OperatorBehavior
is one ofOnly these brands
is not any ofExclude these brands

Filter by stock quantity.

Operator
greater than or equal to
less than or equal to
equals

Common use: Stock >= 1 to only export in-stock products.

Filter by supplier price (before pricing rules are applied).

Operator
greater than or equal to
less than or equal to

Filter by any canonical attribute value.

Operator
equals
not equals
contains
not contains
is greater than or equal to
is less than or equal to

Example: Filter delivery_days <= 5 to only export products with fast shipping.

Filters are evaluated at export time against the current normalized catalogue. If a product’s stock drops to 0 between export runs, a stock >= 1 filter will exclude it from the next export automatically.

On the export profile page, click Preview to see how many products currently match the filter configuration, without running an export.