import { ShopifyCartDeliveryInput } from '@daffodil/driver/shopify'
The input fields for the cart's delivery properties.
interface ShopifyCartDeliveryInput {
addresses: ShopifyCartSelectableAddressInput[]
}
addresses ShopifyCartSelectableAddressInput[] |
|---|
Selectable addresses to present to the buyer on the cart. The input must not contain more than |