I need to switch to GraphQL. The REST API was nice and simple. But what is the proper way with GraphQL to manage inventory for you fulfilment service? Which query do I need to use to update/sync/check stock levels of ‘my’ location?
Thanks for your reply. And what if there are 1.000 items managed by our fulfilment service app? Do I need to read them all one by one and adjust quantities if needed?
If you wanted to get what all the inventory quantities was at a single location, you could do a query like this along with paging to get those values for each inventory item to avoid doing a query for each item. As well, you would need to specify the quantity names you are interested in