GitHub

DeliveryAddressInput

The input fields for delivery address preferences.

import { DeliveryAddressInput } from '@daffodil/driver/shopify'
type DeliveryAddressInput = {
    customerAddressId?: InputMaybe<Scalars['ID']['input']>;
    deliveryAddress?: InputMaybe<MailingAddressInput>;
    deliveryAddressValidationStrategy?: InputMaybe<DeliveryAddressValidationStrategy>;
}
Type Options
DeliveryAddressInput { customerAddressId?: InputMaybe<Scalars['ID']['input']>; deliveryAddress?: InputMaybe<MailingAddressInput>; deliveryAddressValidationStrategy?: InputMaybe<DeliveryAddressValidationStrategy>; }