MarketplaceProductVariantOption

A variant option for the marketplace UI

This page contains

    Fields

    code: String!

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

    name: String!

    Name of the option from the proper locale of the marketplace

    values: [MarketplaceProductVariantOptionValue]!

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

    defaultValue: MarketplaceProductVariantOptionValue

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

    inputType: InputType! PREVIEW

    How the option will be displayed on the UI

    Parent objects of MarketplaceProductVariantOption

    MarketplaceProduct

    Product for the marketplace UI

    Queries for MarketplaceProductVariantOption

    marketplaceProduct

    Query a marketplace product