--- title: CartDeliveryCoordinatesPreference - Storefront API description: Preferred location used to find the closest pick up point based on coordinates. api_version: 2025-01 api_name: storefront type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/storefront/2025-01/objects/cartdeliverycoordinatespreference md: https://shopify.dev/docs/api/storefront/2025-01/objects/cartdeliverycoordinatespreference.md --- # Cart​Delivery​Coordinates​Preference object Preferred location used to find the closest pick up point based on coordinates. ## Fields * country​Code [Country​Code!](https://shopify.dev/docs/api/storefront/2025-01/enums/CountryCode) non-null The two-letter code for the country of the preferred location. For example, US. * latitude [Float!](https://shopify.dev/docs/api/storefront/2025-01/scalars/Float) non-null The geographic latitude for a given location. Coordinates are required in order to set pickUpHandle for pickup points. * longitude [Float!](https://shopify.dev/docs/api/storefront/2025-01/scalars/Float) non-null The geographic longitude for a given location. Coordinates are required in order to set pickUpHandle for pickup points. *** ## Map ### Fields with this object * {}[CartDeliveryPreference.coordinates](https://shopify.dev/docs/api/storefront/2025-01/objects/CartDeliveryPreference#field-CartDeliveryPreference.fields.coordinates)