GitHub

CartDeliveryPreferenceInput

Delivery preferences can be used to prefill the delivery section at checkout.

import { CartDeliveryPreferenceInput } from '@daffodil/driver/shopify'
type CartDeliveryPreferenceInput = {
    coordinates?: InputMaybe<CartDeliveryCoordinatesPreferenceInput>;
    deliveryMethod?: InputMaybe<Array<PreferenceDeliveryMethodType>>;
    pickupHandle?: InputMaybe<Array<Scalars['String']['input']>>;
}
Type Options
CartDeliveryPreferenceInput { coordinates?: InputMaybe<CartDeliveryCoordinatesPreferenceInput>; deliveryMethod?: InputMaybePreferenceDeliveryMethodType>>; pickupHandle?: InputMaybeScalars['String']['input']>>; }