Is inventoryAdjustQuantities atomic?

I was working on updating our inventory levels. While playing around with the api I found that inventoryAdjustQuantities behaves as if it is atomic, but the API doc doesn’t specify anything?

1 Like

Hey @supremeneon,

Your conclusion is correct. While it’s not explicitly stated in the documentation, the mutation does update atomically.

Do I need a microscope to see these changes?

1 Like

It would be safer to assume all synchronous mutations are atomic unless otherwise specified.

The reason some resources may call this out specifically would be instances like with metafields where it previously was not the case.