GitHub

ShopifySelectedOptionInput

interface

import { ShopifySelectedOptionInput } from '@daffodil/driver/shopify'

The input fields required for a selected option.

interface ShopifySelectedOptionInput {
  name: string
  value: string
}

Properties

name
string

The product option’s name.

value
string

The product option’s value.