Quantity Field

All settings below are available under the Smart Settings of the Quantity field. There are a few settings for this field:
1. Location
List of inventory locations available in the store. It can be used to update products to a specific location only. Stock Sync supports multiple locations, but each feed updates to a single location.

2. Auto add stock to location if not there (✔️ Update)
- By default, Stock Sync automatically adds product stock to a location even if the product was not previously stocked there.
- If disabled, Stock Sync will not add the product to a location where it was not stocked.

3. Quantity Selection
- By default, Stock Sync uses Available Quantity.
- You may change this to On Hand Quantity, and updates will follow the selected option.
- Refer here for more details: 📘 How does On Hand Quantity and Available Quantity work?

4. Quantity Rules
There are multiple types of Quantity Rules available.

Condition (If) | Value | Quantity | Result Showing |
|---|---|---|---|
Equal | HIGH | | Products with "HIGH" in the name always show a quantity of 10. This marks them as special or priority items. |
< Less Than | 5 | | Quantities below 5 display as 0, which helps prevent selling out-of-stock products. |
< Less Than | 300 | | Quantities less than 300 will use Qty1 minus Qty2 (For example, Column1: Qty1 = 5, Column2: Qty2 = 3, so display 2). |
< Less Than | 0 | | Negative quantities multiply by unit quantity to get a positive number (For example, -5 × 3 = 15). |
<= Less than or Equal | 30 | | Products with 30 units or fewer display as 5. This makes small stocks easy to notice. |
> Greater Than | 10 | | Products with more than 10 units display as 15, which is useful for bulk deals or promotions. |
>= Greater than or Equal | 20 | | Products with 20 or more units display as 50, showing high stock for bulk visibility. |
Start With | Incoming | | Any product name starting with "Incoming" displays as 0, so these aren’t available for sale. |
End With | delivered | | Any product name ending with "delivered" displays as 0, keeping fulfilled orders out of available stock. |
Range | 20-50 | | Quantities from 20 to 50 display as 20, which helps group these products together. |
Advanced | raw_quantity == 'disponible' && current_quantity <= 0 | | For the column of quantity with text value of disponible in the feed and the current_quantity from the shopify store is less than 0 or equal to 0, then display as 1. |
With Formula |
| | Iincrease by 10 upon the value from the feed file for each product to allow for buffer or restocking. |
Empty |
| | Any empty inventory field displays as 0, keeping data clean. |
Match Any |
| | Using "Match Any" sets all product quantities to 15, perfect for demos or testing. |
Match Any |
| | Divide the "qty column" by the "low column". |
5. Inventory Tracked by Shopify
When inventory tracking is enabled in Shopify, the inventory quantity at a location updates automatically when transfers are received.

6. Low Stock Alert
- Set the low stock threshold here and enable notifications under:
- Preferences → Notifications → Low Stock Alert.
- You will receive notifications through email on products that have low stock levels.

7. Overwrite existing quantity
The store quantity will be replaced with the quantity from the feed.

8. Add/Deduct with existing quantity
This option adds the feed quantity to the existing store quantity.

9. Only deduct from the existing quantity
- This option deducts the feed quantity from the existing store quantity.
- It is not enabled by default.

10. Set existing quantity in store to 0 before updating
- This option clears the existing quantity first, then applies the total quantity from the feed (useful for duplicate SKUs).
- To enable this option, the Add/Deduct with existing quantity option must also be enabled.

Updated on: 12/02/2026
Thank you!
