Home > @infiniteobjects/shopify-data-manager > AdminTypes > InventoryItemUpdatePayload
Return type for inventoryItemUpdate
mutation.
Signature:
export interface InventoryItemUpdatePayload
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. |