Alokai

ConfigurableWishlistItem

A configurable product wish list item.

type ConfigurableWishlistItem = WishlistItemInterface & {
  __typename?: 'ConfigurableWishlistItem'; /** The date and time the item was added to the wish list. */
  added_at: Scalars['String']['output'];
  child_sku: Scalars['String']['output']; /** An array of selected configurable options. */
  configurable_options?: Maybe<Array<Maybe<SelectedConfigurableOption>>>; /** Product details of the selected variant. The value is null if some options are not configured. */
  configured_variant?: Maybe<ProductInterface>; /** 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