GitHub

CartSelectedDeliveryOptionInput

The input fields for updating the selected delivery options for a delivery group.

import { CartSelectedDeliveryOptionInput } from '@daffodil/driver/shopify'
type CartSelectedDeliveryOptionInput = {
    deliveryGroupId: Scalars['ID']['input'];
    deliveryOptionHandle: Scalars['String']['input'];
}
Type Options
CartSelectedDeliveryOptionInput { deliveryGroupId: Scalars['ID']['input']; deliveryOptionHandle: Scalars['String']['input']; }