--- title: locationsAvailableForDeliveryProfiles - GraphQL Admin description: Returns a list of all origin locations available for a delivery profile. api_version: 2025-10 api_name: admin type: query api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/queries/locationsavailablefordeliveryprofiles md: https://shopify.dev/docs/api/admin-graphql/latest/queries/locationsavailablefordeliveryprofiles.md --- # locations​Available​For​Delivery​Profiles query Deprecated. Use [locationsAvailableForDeliveryProfilesConnection](https://shopify.dev/docs/api/admin-graphql/latest/queries/locationsAvailableForDeliveryProfilesConnection) instead. Returns a list of all origin locations available for a delivery profile. ## Possible returns * Location [\[Location!\]](https://shopify.dev/docs/api/admin-graphql/latest/objects/Location) Represents the location where the physical good resides. You can stock inventory at active locations. Active locations that have `fulfills_online_orders: true` and are configured with a shipping rate, pickup enabled or local delivery will be able to sell from their storefront. *** ## Examples * ### locationsAvailableForDeliveryProfiles reference ## Query Reference ```graphql { locationsAvailableForDeliveryProfiles { # locationsAvailableForDeliveryProfiles fields } } ```