Skip to main content
Anchor to inventoryBulkAdjustQuantityAtLocation

inventoryBulkAdjustQuantityAtLocation

mutation

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

Deprecated. Use inventoryAdjustQuantities instead.

Adjusts the inventory at a location for multiple inventory items.

Anchor to inventoryItemAdjustmentsinventoryItemAdjustments
•[InventoryAdjustItemInput!]!
required

Specifies adjustments for items.

•ID!
required

Specifies where the item should be adjusted.


Was this section helpful?

Anchor to InventoryBulkAdjustQuantityAtLocationPayload returnsInventoryBulkAdjustQuantityAtLocationPayload returns

•[InventoryLevel!]

Represents the updated inventory quantities of an inventory item at the location.

•[UserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?