--- title: DeliveryLocationGroup - GraphQL Admin description: >- A location group is a collection of locations. They share zones and delivery methods across delivery profiles. api_version: unstable api_name: admin source_url: html: >- https://shopify.dev/docs/api/admin-graphql/unstable/objects/DeliveryLocationGroup md: >- https://shopify.dev/docs/api/admin-graphql/unstable/objects/DeliveryLocationGroup.md --- # Delivery​Location​Group object Requires Any of `assigned_shipping` or `shipping` access scopes or `manage_delivery_settings` user permission. A location group is a collection of locations. They share zones and delivery methods across delivery profiles. ## Fields * id [ID!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/ID) non-null A globally-unique ID. * locations [Location​Connection!](https://shopify.dev/docs/api/admin-graphql/unstable/connections/LocationConnection) non-null A list of all locations that are part of this location group. * locations​Count [Int!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/Int) non-null A count of all locations that are part of this location group. *** ## Map ### Fields with this object * {}[DeliveryProfileLocationGroup.locationGroup](https://shopify.dev/docs/api/admin-graphql/unstable/objects/DeliveryProfileLocationGroup#field-DeliveryProfileLocationGroup.fields.locationGroup) *** ## Interfaces * [Node](https://shopify.dev/docs/api/admin-graphql/unstable/interfaces/Node) interface *** ## ||-DeliveryLocationGroup Implements ### Implements * ||-[Node](https://shopify.dev/docs/api/admin-graphql/unstable/interfaces/Node)