Storefront API. Track quantity

The admin panel gives us possibility of disabling the tracking quantity of product

There is a problem with it. When I disable this option, I get the following response of variants query

As you can see the query still returns the “quantityAvailable” option although the functionality is disabled

Existing fields (“availableForSale” or “currentlyNotInStock”) don’t give us any information about the “Track quantity” option state

Is there some way to solve this problem via Storefront API?

3 Likes

We’re running into the same issue.

Would be good to understand how to best handle this.