Skip to main content
Anchor to InventoryItemUpdatePayload

InventoryItemUpdatePayload

payload

Return type for inventoryItemUpdate mutation.

•InventoryItem

The inventory item that was updated.

•[UserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?

Anchor to Mutations with this payloadMutations with this payload

•mutation

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.

Arguments

•ID!
required

The ID of the inventory item to update.

•InventoryItemInput!
required

The input fields that update an inventoryItem.



Was this section helpful?