We've introduced a new setting for the
'Inventory locations'
condition when using
'AND'
logic with
'Inventory Quantity'
: "Count inventory only from selected locations"
  • Turn OFF → Counts the total available quantity across all inventory locations.
  • Turn ON → Counts only the available quantity from the selected locations.
Example:
Merchant setup:
  • Location A: 0 units
  • Location B: 100 units
  • Total available quantity: 100
Rule setup:
  • Include Inventory Location A
  • AND Inventory quantity is min=max=10
Scenario 1: Option OFF (Counts all locations)
  • Count total inventory = 100 (A + B)
  • ✅ Condition matches → Rule is applied
Scenario 2: Option ON (Counts only selected locations)
  • Count inventory in Location A = 0
  • ❌ Condition does not match → Rule is not applied
image