stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > InventoryItemUpdatePayload

AdminTypes.InventoryItemUpdatePayload interface

Return type for inventoryItemUpdate mutation.

Signature:

export interface InventoryItemUpdatePayload 

Properties

Property Modifiers Type Description
inventoryItem?   Maybe<InventoryItem> (Optional) The inventory item that was updated.
userErrors   Array<UserError> The list of errors that occurred from executing the mutation.