Inventory Level Quantities
Not sure if I'm missing something but once synced into Gadget, the
quantities
field doesn't seem to be available? Has this been missed by Gadget?
https://shopify.dev/docs/api/admin-graphql/2025-01/objects/InventoryLevel#field-quantities
8 Replies
Hello,
available
is the quantity that you should be using. inventoryQuantity looks to be a completely different resource.
https://shopify.dev/docs/api/admin-graphql/2024-10/objects/InventoryQuantity
Is there a specific use case where you'd need the inventoryQuantity resource?Shopify
InventoryQuantity - GraphQL Admin
Represents a quantity of an inventory item at a specific location, for a specific name.
But
quantities
is a field available on InventoryLevel
?
https://shopify.dev/docs/api/admin-graphql/2025-01/objects/InventoryLevel#field-quantitiesShopify
InventoryLevel - GraphQL Admin
The quantities of an inventory item that are related to a specific location.
Learn more about the relationships between inventory objects.
I beleive that its a relationship. It might be JSON too. Id have to ask the team to add it. I think that it was simply not added becuase no one asked for it
Yeah not sure if that object is even available in Gadget? 🤔 But its only part of of InventoryLevel from what I can see
Its not available in Gadget. That's why I said that we would need to add it
Could we get it added in the next API version please? 🙏
We will add it ASAP. The team is short handed so I can't guarantee a release
No worries, thank you!