import { ShopifyCartSelectedDeliveryOptionInput } from '@daffodil/driver/shopify'
The input fields for updating the selected delivery options for a delivery group.
interface ShopifyCartSelectedDeliveryOptionInput {
deliveryGroupId: string
deliveryOptionHandle: string
}
deliveryGroupId string |
|---|
The ID of the cart delivery group. |
deliveryOptionHandle string |
|---|
The handle of the selected delivery option. |