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!

    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

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

    ProductVariantOption

    A variant option