GitHub

ShopifyCartLineAttributeArgs

interface

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

Represents information about the merchandise in the cart.

interface ShopifyCartLineAttributeArgs {
  key: string
}