Set "available" inventory levels for a product

Either via bulk operation or one at a time, I need to write a Python script to set base inventory levels from a google sheet. The code is easy, finding the right mutation to do so is not.

All I see in the GraphQL docs is “delta”. I don’t want to have to query inventory for every product variant and subtract or add a value from/to it.

Is there no mutation to adjust “available” quantities anymore? It seems the only ones that were are now outdated.

Is there no way to currently achieve this?

Recommend using inventorySetQuantities mutation to adjust inventory .