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]! PREVIEW | All the possible variant option's values (e.g. for option 'Size', the values: S, M, L, ...) |
defaultValue: MarketplaceProductVariantOptionValue PREVIEW | 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 PREVIEW | Product for the marketplace UI |
Queries for MarketplaceProductVariantOption
marketplaceProduct PREVIEW | Query a marketplace product |