import { DeliveryAddressInput } from '@daffodil/driver/shopify'
The input fields for delivery address preferences.
type DeliveryAddressInput = {
customerAddressId?: InputMaybe<Scalars['ID']['input']>;
deliveryAddress?: InputMaybe<MailingAddressInput>;
deliveryAddressValidationStrategy?: InputMaybe<DeliveryAddressValidationStrategy>;
}