GitHub

CartPreferences

A set of preferences tied to the buyer interacting with the cart. Preferences are used to prefill fields in at checkout to streamline information collection. Preferences are not synced back to the cart if they are overwritten.

import { CartPreferences } from '@daffodil/driver/shopify'
type CartPreferences = {
    __typename?: 'CartPreferences';
    delivery?: Maybe<CartDeliveryPreference>;
    wallet?: Maybe<Array<Scalars['String']['output']>>;
}
Type Options
CartPreferences { __typename?: 'CartPreferences'; delivery?: Maybe<CartDeliveryPreference>; wallet?: MaybeScalars['String']['output']>>; }