--- title: companyLocation - Customer API description: The Location corresponding to the provided ID. Apps using the Customer Account API must meet the protected customer data [requirements](https://shopify.dev/docs/apps/launch/protected-customer-data). api_version: 2025-10 api_name: customer type: query api_type: graphql source_url: html: https://shopify.dev/docs/api/customer/latest/queries/companylocation md: https://shopify.dev/docs/api/customer/latest/queries/companylocation.md --- # company​Location query The Location corresponding to the provided ID. Apps using the Customer Account API must meet the protected customer data [requirements](https://shopify.dev/docs/apps/launch/protected-customer-data). ## Arguments * id [ID!](https://shopify.dev/docs/api/customer/latest/scalars/ID) required The ID of the Location. *** ## Possible returns * Company​Location [Company​Location](https://shopify.dev/docs/api/customer/latest/objects/CompanyLocation) Represents a company's business location. *** ## Examples * ### companyLocation reference ## Query Reference ```graphql { companyLocation(id) { # companyLocation fields } } ```