--- title: CartDeliveryCoordinatesPreference - Storefront API description: Preferred location used to find the closest pick up point based on coordinates. api_version: 2025-10 api_name: storefront type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/storefront/latest/objects/CartDeliveryCoordinatesPreference md: https://shopify.dev/docs/api/storefront/latest/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/latest/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/latest/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/latest/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/latest/objects/CartDeliveryPreference#field-CartDeliveryPreference.fields.coordinates)