import { ShopifyCartDeliveryGroup } from '@daffodil/driver/shopify'
Information about the options available for one or more line items to be delivered to a specific address.
interface ShopifyCartDeliveryGroup {
__typename: "CartDeliveryGroup"
cartLines: ShopifyBaseCartLineConnection
deliveryAddress: ShopifyMailingAddress
deliveryOptions: ShopifyCartDeliveryOption[]
groupType: ShopifyCartDeliveryGroupType
id: string
selectedDeliveryOption: ShopifyCartDeliveryOption
}
__typename "CartDeliveryGroup" |
|---|
cartLines ShopifyBaseCartLineConnection |
|---|
A list of cart lines for the delivery group. |
deliveryAddress ShopifyMailingAddress |
|---|
The destination address for the delivery group. |
deliveryOptions ShopifyCartDeliveryOption[] |
|---|
The delivery options available for the delivery group. |
groupType ShopifyCartDeliveryGroupType |
|---|
The type of merchandise in the delivery group. |
id string |
|---|
The ID for the delivery group. |
selectedDeliveryOption ShopifyCartDeliveryOption |
|---|
The selected delivery option for the delivery group. |