GitHub

CartPreferencesInput

The input fields represent preferences for the buyer that is interacting with the cart.

import { CartPreferencesInput } from '@daffodil/driver/shopify'
type CartPreferencesInput = {
    delivery?: InputMaybe<CartDeliveryPreferenceInput>;
    wallet?: InputMaybe<Array<Scalars['String']['input']>>;
}
Type Options
CartPreferencesInput { delivery?: InputMaybe<CartDeliveryPreferenceInput>; wallet?: InputMaybeScalars['String']['input']>>; }