Skip to main content
mutation

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

Updates an InventoryItem's properties including whether inventory is tracked, cost, SKU, and whether shipping is required. Inventory items represent the goods available to be shipped to customers.

ID!
required

The ID of the inventory item to update.

InventoryItemInput!
required

The input fields that update an inventoryItem.


Was this section helpful?

Anchor to InventoryItemUpdatePayload returnsInventoryItemUpdatePayload returns

InventoryItem

The inventory item that was updated.

[UserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?