# CartDeliveryCoordinatesPreferenceInput - storefront - INPUT_OBJECT Version: 2024-10 ## Description Preferred location used to find the closest pick up point based on coordinates. ### Access Scopes ## Fields * [countryCode](/docs/api/storefront/2024-10/enums/CountryCode): CountryCode! - The two-letter code for the country of the preferred location. For example, US. * [latitude](/docs/api/storefront/2024-10/scalars/Float): Float! - The geographic latitude for a given location. Coordinates are required in order to set pickUpHandle for pickup points. * [longitude](/docs/api/storefront/2024-10/scalars/Float): Float! - The geographic longitude for a given location. Coordinates are required in order to set pickUpHandle for pickup points. ## Input objects with this input object * [CartDeliveryPreferenceInput](/docs/api/storefront/2024-10/input-objects/CartDeliveryPreferenceInput) ## Examples