Alokai

WishlistItemUpdateInput

Defines updates to items in a wish list.

type WishlistItemUpdateInput = {
  description?: InputMaybe<Scalars['String']['input']>; /** An array of options that the customer entered. */
  entered_options?: InputMaybe<Array<InputMaybe<EnteredOptionInput>>>; /** The new amount or number of this item. */
  quantity?: InputMaybe<Scalars['Float']['input']>; /** An array of strings corresponding to options the customer selected. */
  selected_options?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>; /** The unique ID for a `WishlistItemInterface` object. */
  wishlist_item_id: Scalars['ID']['input'];
};

Referenced Types

On this page