Alokai

ConfigurableProductOptionsValues

Contains the index number assigned to a configurable product option.

type ConfigurableProductOptionsValues = {
  __typename?: 'ConfigurableProductOptionsValues'; /** The label of the product on the default store. */
  default_label?: Maybe<Scalars['String']['output']>; /** The label of the product. */
  label?: Maybe<Scalars['String']['output']>; /** The label of the product on the current store. */
  store_label?: Maybe<Scalars['String']['output']>; /** Swatch data for a configurable product option. */
  swatch_data?: Maybe<SwatchDataInterface>; /** The unique ID for a `ConfigurableProductOptionsValues` object. */
  uid?: Maybe<Scalars['ID']['output']>; /** Indicates whether to use the default_label. */
  use_default_value?: Maybe<Scalars['Boolean']['output']>;
  value_index?: Maybe<Scalars['Int']['output']>;
};

Referenced Types

On this page