Currently doing some dev with the Shopify test data and working on the “The Multi-managed Snowboard” product which has 2 locations, a standard one and an app managed one.
Question is how do you actually access the app one? Currently I only have access to a single inventoryLevel which represents “Shop location” with an available
field of 50
.
Yet the inventoryQuantity
field against the variant has a value of 100
. So this means I’ll have a discrepancy in data. How do you access this app location data?