Skip to main content
Anchor to InventoryItemUpdatePayload

InventoryItemUpdatePayload

payload

Return type for inventoryItemUpdate mutation.

•InventoryItem

The inventory item that was updated.

Show fields
•[UserError!]!
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

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.

Show payload

Arguments

•ID!
required

The ID of the inventory item to update.

•InventoryItemInput!
required

The input fields that update an inventoryItem.

Show input fields


Was this section helpful?