#How can I identify if a product is 'out of stock' from the product response?

4 messages · Page 1 of 1 (latest)

odd trellis
#

How can I identify if a product is 'out of stock' from the product response?

muted field
#

I can check it from variants.inventory_quantity

#

and you need to change query to /store/products/:id?fields=*variants.calculated_price,*variants.inventory_quantity'