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:
-
How many quantities can I update with a single inventorySetQuantities mutation? The param
quantities
is an array but it does not mention any limits. Would it work with thousands of updates? -
Is the inventorySetQuantities supported as bulk mutation? I do not see it in the bulk mutation list (https://shopify.dev/docs/api/usage/bulk-operations/imports#limitations)) but double checking if it is or will be available soon
Thanks in advance!