ProductVariantOption

A variant option

This page contains

    Fields

    code: String!

    User defined code for the variant option (e.g. Size)

    name: [LocalizedString!]!

    Localized name of the variant option (e.g. EN: Size + FR: Taille)

    values: [ProductVariantOptionValue]!

    All the possible variant option's values (e.g. for option 'Size', the values: S, M, L, ...)

    defaultValue: ProductVariantOptionValue

    Default selected value for the option (e.g. S)

    inputType: InputType!

    How the option will be displayed on the UI

    Parent objects of ProductVariantOption

    Product PREVIEW

    Product associated with an integration event.

    ProductVariantOptionValue

    A value of a variant option

    Queries for ProductVariantOption

    product

    Query a product