GitHub

ShopifyAttributeInput

interface

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

The input fields for an attribute.

interface ShopifyAttributeInput {
  key: string
  value: string
}

Properties

key
string

Key or name of the attribute.

value
string

Value of the attribute.