Dedicated to the Hydrogen framework, headless commerce, and building custom storefronts using the Storefront API.
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?
We're running into the same issue.
Would be good to understand how to best handle this.