Bulk update inventory quantities using inventorySetQuantities

Hello there,

My app requires to update inventory quantities for (potentially) thousands of inventory items at a time.

I am looking at the mutation inventorySetQuantities which is available in the GraphQL API version 2024-07 and I have a couple of questions that I can’t answer by looking at the public docs:

Thanks in advance!

4 Likes

Update:

For those interested, I tried to the inventorySetQuantities in a bulk mutation and it does not work. The only question to answer now is, how many quantities can I update with a single inventorySetQuantities mutation?

I may try that later and will post it.

Cheers.

3 Likes

I’m using inventorySetQuantities as well, the limit per request should be 250. Wish it was supported in bulk mutation though.

2 Likes

For anyone interested we’re able to update ~10k using this API in batches of 100 in about 20 seconds.

3 Likes