Alokai

WishlistItemInterface

The interface for wish list items.

type WishlistItemInterface = {
  added_at: Scalars['String']['output']; /** Custom options selected for the wish list item. */
  customizable_options: Array<Maybe<SelectedCustomizableOption>>; /** The description of the item. */
  description?: Maybe<Scalars['String']['output']>; /** The unique ID for a `WishlistItemInterface` object. */
  id: Scalars['ID']['output']; /** Product details of the wish list item. */
  product?: Maybe<ProductInterface>; /** The quantity of this wish list item. */
  quantity: Scalars['Float']['output'];
};

Referenced Types

On this page