# CartPreferencesInput - storefront - INPUT_OBJECT Version: 2024-10 ## Description The input fields represent preferences for the buyer that is interacting with the cart. ### Access Scopes ## Fields * [delivery](/docs/api/storefront/2024-10/input-objects/CartDeliveryPreferenceInput): CartDeliveryPreferenceInput - Delivery preferences can be used to prefill the delivery section in at checkout. * [wallet](/docs/api/storefront/2024-10/scalars/String): String - Wallet preferences are used to populate relevant payment fields in the checkout flow. Accepted value: `["shop_pay"]`. The input must not contain more than `250` values. ## Input objects with this input object * [CartBuyerIdentityInput](/docs/api/storefront/2024-10/input-objects/CartBuyerIdentityInput) ## Examples