Preview

ProductVariantOptionValue is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

ProductVariantOptionValue

A value of a variant option

This page contains

    Fields

    code: String!

    User define code for the variant option's value (e.g. 'S' for size small)

    option: ProductVariantOption! PREVIEW

    Variant option corresponding to this variant option value (e.g. Size)

    name: [LocalizedString!]!

    Localized name of the variant option's value (e.g. EN: Small + FR: Petit)

    hexcode: String

    If the value is a color, defines its hexcode (e.g. E67E22) else null

    secondaryInformation: [LocalizedString!]

    Additional information about a product variant option value

    Parent objects of ProductVariantOptionValue

    ProductVariant PREVIEW

    Specific variant of a Product from a configuration of a product's variant value

    ProductVariantOption PREVIEW

    A variant option