--- title: locationsAvailableForDeliveryProfiles - GraphQL Admin description: Returns a list of all origin locations available for a delivery profile. api_version: unstable api_name: admin source_url: html: >- https://shopify.dev/docs/api/admin-graphql/unstable/queries/locationsAvailableForDeliveryProfiles md: >- https://shopify.dev/docs/api/admin-graphql/unstable/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/unstable/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 } } ```