--- title: companyLocation - GraphQL Admin description: Returns a `CompanyLocation` resource by ID. api_version: 2025-10 api_name: admin type: query api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/queries/companylocation md: https://shopify.dev/docs/api/admin-graphql/latest/queries/companylocation.md --- # company​Location query Returns a `CompanyLocation` resource by ID. ## Arguments * id [ID!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/ID) required The ID of the `CompanyLocation` to return. *** ## Possible returns * Company​Location [Company​Location](https://shopify.dev/docs/api/admin-graphql/latest/objects/CompanyLocation) A location or branch of a [company that's a customer](https://shopify.dev/api/admin-graphql/latest/objects/company) of the shop. Configuration of B2B relationship, for example prices lists and checkout settings, may be done for a location. *** ## Examples * ### companyLocation reference ## Query Reference ```graphql { companyLocation(id) { # companyLocation fields } } ```