GitHub

ShopifyCartDelivery

Type

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

The delivery properties of the cart.

interface ShopifyCartDelivery {
  __typename: "CartDelivery"
  addresses: ShopifyCartSelectableAddress[]
}

Properties

__typename
"CartDelivery"
addresses
ShopifyCartSelectableAddress[]

Selectable addresses to present to the buyer on the cart.