Hey,
I am creating an inventory sync service that will update the product variants location based inventory. Ideally the updates will be every 5 minutes. The products are setup so that they variants are unique via the barcode and the parent products are unique via the SKU.
I have looked around the GraphQL Admin docs and cant see anywhere i can just request all inventory for a location or all location inventory for a product.
The AI tool suggested that i use the getAllLocations request and then get all per location.
There are 80 locations, 500 products and roughly 5000 variants.
Thanks