import { ShopifySelectedOption } from '@daffodil/driver/shopify'
Properties used by customers to select a product variant. Products can have multiple options, like different sizes or colors.
interface ShopifySelectedOption {
__typename: "SelectedOption"
name: string
value: string
}
__typename "SelectedOption" |
|---|
name string |
|---|
The product option’s name. |
value string |
|---|
The product option’s value. |