GitHub

CartPreferencesInput

import { CartPreferencesInput } from '@daffodil/driver/shopify'

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

type CartPreferencesInput = {
    delivery?: InputMaybe<CartDeliveryPreferenceInput>;
    wallet?: InputMaybe<Array<Scalars['String']['input']>>;
}