
Daily Low Stock Report Script :
FROM inventory
SHOW ending_inventory_units, ending_inventory_value
WHERE inventory_is_tracked = true
GROUP BY product_title, product_variant_title, product_variant_sku,
inventory_item_cost WITH TOTALS, CURRENCY 'USD'
HAVING ending_inventory_units >= 1
AND ending_inventory_units < 10
DURING today
ORDER BY product_title ASC
LIMIT 1000
VISUALIZE ending_inventory_units TYPE table
For 1 Month Stock Report :
FROM inventory
SHOW ending_inventory_units, ending_inventory_value
WHERE inventory_is_tracked = true
AND product_status = 'active'
GROUP BY product_title, product_variant_title, product_variant_sku, inventory_item_cost
HAVING ending_inventory_units >= 1 AND ending_inventory_units < 10
WITH TOTALS, PERCENT_CHANGE
SINCE startOfMonth(-1m)
UNTIL endOfMonth(-1m)
ORDER BY product_title ASC
LIMIT 1000
VISUALIZE ending_inventory_units TYPE table
For showing only active products low inventory (today) :
FROM inventory
SHOW ending_inventory_units, ending_inventory_value
WHERE inventory_is_tracked = true
AND product_status = 'active'
GROUP BY product_title, product_variant_title, product_variant_sku, inventory_item_cost
HAVING ending_inventory_units >= 1 AND ending_inventory_units < 10
WITH TOTALS, PERCENT_CHANGE
SINCE today
UNTIL today
ORDER BY product_title ASC
LIMIT 1000
VISUALIZE ending_inventory_units TYPE table
Take our product finder quiz to pick the right product for you!
Our best deals of the year, and our biggest give-back: up to 40% off select items + 5 extra school meals donated per order.
Every one of our products is made with the highest composition of natural, organic materials without compromising on fit, comfort and longevity.

Q for Quinn Inc. is on a mission to create happy and healthy organic cotton and merino wool products that are gentle on our skin and our planet.
We are a small, family owned business dedicated to maintaining the highest standards of quality and ethics.
Q for Quinn brand represents our children's collection and Basics by Quinn is our adult collection of basics.

Q for Quinn Inc. is a GOTS certified company. We are certified by Ecocert Greenlife; Licence #256894.
Be the first to know about our new products and special promotions!