# locationsAvailableForDeliveryProfiles - admin-graphql - QUERY Version: 2024-10 ## Description Returns a list of all origin locations available for a delivery profile. ### Access Scopes ## Arguments ## Returns * [activatable](/docs/api/admin-graphql/2024-10/scalars/Boolean): Boolean! Whether the location can be reactivated. If `false`, then trying to activate the location with the [`LocationActivate`](https://shopify.dev/docs/api/admin-graphql/latest/mutations/locationActivate) mutation will return an error that describes why the location can't be activated. * [address](/docs/api/admin-graphql/2024-10/objects/LocationAddress): LocationAddress! The address of this location. * [addressVerified](/docs/api/admin-graphql/2024-10/scalars/Boolean): Boolean! Whether the location address has been verified. * [createdAt](/docs/api/admin-graphql/2024-10/scalars/DateTime): DateTime! The date and time ([ISO 8601 format](http://en.wikipedia.org/wiki/ISO_8601)) that the location was added to a shop. * [deactivatable](/docs/api/admin-graphql/2024-10/scalars/Boolean): Boolean! Whether this location can be deactivated. If `true`, then the location can be deactivated by calling the [`LocationDeactivate`](https://shopify.dev/docs/api/admin-graphql/latest/mutations/locationDeactivate) mutation. If `false`, then calling the mutation to deactivate it will return an error that describes why the location can't be deactivated. * [deactivatedAt](/docs/api/admin-graphql/2024-10/scalars/String): String The date and time ([ISO 8601 format](http://en.wikipedia.org/wiki/ISO_8601)) that the location was deactivated at. For example, 3:30 pm on September 7, 2019 in the time zone of UTC (Universal Time Coordinated) is represented as `"2019-09-07T15:50:00Z`". * [deletable](/docs/api/admin-graphql/2024-10/scalars/Boolean): Boolean! Whether this location can be deleted. * [fulfillmentService](/docs/api/admin-graphql/2024-10/objects/FulfillmentService): FulfillmentService Name of the service provider that fulfills from this location. * [fulfillsOnlineOrders](/docs/api/admin-graphql/2024-10/scalars/Boolean): Boolean! Whether this location can fulfill online orders. * [hasActiveInventory](/docs/api/admin-graphql/2024-10/scalars/Boolean): Boolean! Whether this location has active inventory. * [hasUnfulfilledOrders](/docs/api/admin-graphql/2024-10/scalars/Boolean): Boolean! Whether this location has orders that need to be fulfilled. * [id](/docs/api/admin-graphql/2024-10/scalars/ID): ID! A globally-unique ID. * [inventoryLevel](/docs/api/admin-graphql/2024-10/objects/InventoryLevel): InventoryLevel The quantities of an inventory item at this location. * [isActive](/docs/api/admin-graphql/2024-10/scalars/Boolean): Boolean! Whether the location is active. A deactivated location can be activated (change `isActive: true`) if it has `activatable` set to `true` by calling the [`locationActivate`](https://shopify.dev/docs/api/admin-graphql/latest/mutations/locationActivate) mutation. * [isFulfillmentService](/docs/api/admin-graphql/2024-10/scalars/Boolean): Boolean! Whether this location is a fulfillment service. * [isPrimary](/docs/api/admin-graphql/2024-10/scalars/Boolean): Boolean! Whether the location is your primary location for shipping inventory. * [legacyResourceId](/docs/api/admin-graphql/2024-10/scalars/UnsignedInt64): UnsignedInt64! The ID of the corresponding resource in the REST Admin API. * [localPickupSettingsV2](/docs/api/admin-graphql/2024-10/objects/DeliveryLocalPickupSettings): DeliveryLocalPickupSettings Local pickup settings for the location. * [metafield](/docs/api/admin-graphql/2024-10/objects/Metafield): Metafield A [custom field](https://shopify.dev/docs/apps/build/custom-data), including its `namespace` and `key`, that's associated with a Shopify resource for the purposes of adding and storing additional information. * [name](/docs/api/admin-graphql/2024-10/scalars/String): String! The name of the location. * [privateMetafield](/docs/api/admin-graphql/2024-10/objects/PrivateMetafield): PrivateMetafield Returns a private metafield by namespace and key that belongs to the resource. * [shipsInventory](/docs/api/admin-graphql/2024-10/scalars/Boolean): Boolean! Whether this location is used for calculating shipping rates. In multi-origin shipping mode, this flag is ignored. * [suggestedAddresses](/docs/api/admin-graphql/2024-10/objects/LocationSuggestedAddress): LocationSuggestedAddress! List of suggested addresses for this location (empty if none). * [updatedAt](/docs/api/admin-graphql/2024-10/scalars/DateTime): DateTime! The date and time ([ISO 8601 format](http://en.wikipedia.org/wiki/ISO_8601)) when the location was last updated. ## Examples