Variant inventory management
Has the
inventoryManagement
field on shopifyProductVariant
disappeared for anybody else? It's no longer available for me. I have an older app which I haven't messed with in a few months which still has this field but my latest one doesn't.6 Replies
The data is still available against the variant in Shopify, so I'm worried this may be an issue on Gadgets side, and it not being synced/setup?
Okay I'm reading on the changelog for
2024-07
that inventoryManagement
has been disconnected, is there a reason for this? It's rather problematic for my app now as I need to filter out all variants that don't track inventory.
Right I'm also seeing its no longer available directly against the variant anymore in 2024-10
as well (https://shopify.dev/docs/api/admin-graphql/2024-10/enums/ProductVariantInventoryManagement), does anybody know how I'd go about retrieving the inventory management now?Unknown User•11mo ago
Message Not Public
Sign In & Join Server To View
Ah so that means we now need to select additional models then, and selecting inventory means we have to also select locations. Meaning even more data to store in gadget that I don't necessarily need 😫
Can I assume if a variant doesn't have an inventory item connected then it means inventory isn't tracked? Or is there a correct way to determine if inventory is tracked now?
There should always be an inventory item attached to the variant, if I'm no mistaken
Unknown User•11mo ago
Message Not Public
Sign In & Join Server To View
Yeah figured that out! But ran into an issue where the inventory item isn't getting attached to the variant, opened a bug here -> https://discord.com/channels/836317518595096598/1295119215002648609