Skip to main content
Anchor to InventoryAdjustQuantitiesPayload

InventoryAdjustQuantitiesPayload

payload

Return type for inventoryAdjustQuantities mutation.

Anchor to inventoryAdjustmentGroupinventoryAdjustmentGroup
•InventoryAdjustmentGroup

The group of changes made by the operation.

Show fields
•[InventoryAdjustQuantitiesUserError!]!
non-null

The list of errors that occurred from executing the mutation.

Show fields

Was this section helpful?

Anchor to Mutations with this payloadMutations with this payload

•mutation

Adjusts quantities for inventory items by applying incremental changes at specific locations. Each adjustment modifies the quantity by a delta value rather than setting an absolute amount.

The mutation tracks adjustments with a reason code and optional reference URI for audit trails. Returns an InventoryAdjustmentGroup that records all changes made in the operation.

Learn more about managing inventory quantities and states.


Caution

As of version 2026-01, this mutation supports an optional idempotency key using the @idempotent directive. As of version 2026-04, the idempotency key is required and must be provided using the @idempotent directive. For more information, see the idempotency documentation.


Show payload

Arguments

•InventoryAdjustQuantitiesInput!
required

The information required to adjust inventory quantities.

Show input fields


Was this section helpful?