The store.quantity attribute returns or sets the quantity of the product in the Zen Cart store.

 

Example:

 

WHERE !store.status && store.quantity > 0

SET store.status TO true

 

The above Batch Update Tool commands will set the status attribute to true for products that are in stock but not currently active in your Zen Cart store.