Allow queries for InventoryAdjustmentGroup via GraphQL API

I would like to be able to query InventoryAdjustmentGroup via the graphql api e.g. give me Inventory Adjustments between this dates and/or for these products. Is this on the roadmap?

Thanks for the request @GhostApps!

Can you provide a few use cases where having a GraphQL API for adjustment groups would be useful to you?

I would like to be able to see Inventory Adjustments across a store or for a specific product, be able to extract the data to store it and analyse it for trends. The API exists it just can’t be accessed by apps for some reason

@Kelsey-Shopify any update on this? I’ve seen you’ve extended the adjustment history limit to 180 days, I would be keen to know what other changes are on your roadmap

Hi there @GhostApps, this is a top concern and we’re investigating ways to expose this. Given the shear volume of adjustments makes it an interesting problem to tackle on the API.

It sounds like you want to extract and store the data, you could always subscribe to the webhook for:

“inventory_levels/update” in the meantime?

Also check out Solved: What webhooks do I need to listen to keep track of changes in inventory levels? - Shopify Community

The webhook doesn’t provide enough information as I explain here Webhook for inventory level change needs more information