import { ShopifyCartDelivery } from '@daffodil/driver/shopify'
The delivery properties of the cart.
interface ShopifyCartDelivery {
__typename: "CartDelivery"
addresses: ShopifyCartSelectableAddress[]
}
__typename "CartDelivery" |
|---|
addresses ShopifyCartSelectableAddress[] |
|---|
Selectable addresses to present to the buyer on the cart. |