Home > @infiniteobjects/shopify-data-manager > AdminTypes > SelectedOption
Properties used by customers to select a product variant. Products can have multiple options, like different sizes or colors.
Signature:
export interface SelectedOption
Property | Modifiers | Type | Description |
---|---|---|---|
name | Scalars[‘String’][‘output’] | The product option’s name. | |
value | Scalars[‘String’][‘output’] | The product option’s value. |