Skip to content

Pricing rules

Pricing Rules (global, under Exports in the sidebar) compute sell prices from catalogue attributes when you export. Supplier cost in the catalogue stays unchanged.

  1. Rules are sorted by priorityhigher number first
  2. The first matching rule wins
  3. Optional conditions: Supplier, Min price (≥), Max price (<)
  4. Required Price formula; optional Special price formula
  5. Use Preview with sample price=100 before saving

Brand/category conditions are not available on pricing rules — scope by supplier and price band, or use export filters for assortment.

PriorityLabelConditionFormula
100Premium supplierSupplier = Acme{attr:price} * 1.4
50Default(none){attr:price} * 1.3
10Cheap bandMax price under 20round({attr:price} * 1.5, 2)

An Acme product matches priority 100 and stops there.

{attr:price} * 1.3
ceil({attr:price} * 1.25) - 0.01
max({attr:price} * 1.2, {attr:original_price} * 0.9)

See Formulas for syntax and functions.

On plans with FX conversion, supplier prices can be converted before / alongside pricing. Check your plan features on Pricing.

Open a product → Effective values for sell / special price after rules. Export runs use the same calculation.