Skip to main content
Anchor to inventoryAdjustQuantity

inventoryAdjustQuantity

mutation

Requires write_inventory access scope. Also: The user must have a permission to adjusts an inventory quantity.

Deprecated. Use inventoryAdjustQuantities instead.

Adjusts the inventory by a certain quantity.

InventoryAdjustQuantityInput!
required

Provides the input fields required to update an inventory level.


Was this section helpful?

Anchor to InventoryAdjustQuantityPayload returnsInventoryAdjustQuantityPayload returns

InventoryLevel

Represents the updated inventory quantity of an inventory item at a specific location.

[UserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?