Alokai

ConfigurableProductOptionValue

Defines a value for a configurable product option.

type ConfigurableProductOptionValue = {
  __typename?: 'ConfigurableProductOptionValue'; /** Indicates whether the product is available with this selected option. */
  is_available: Scalars['Boolean']['output']; /** Indicates whether the value is the default. */
  is_use_default: Scalars['Boolean']['output']; /** The display name of the value. */
  label: Scalars['String']['output']; /** The URL assigned to the thumbnail of the swatch image. */
  swatch?: Maybe<SwatchDataInterface>; /** The unique ID of the value. */
  uid: Scalars['ID']['output'];
};

Referenced Types

On this page