# companyLocation - admin-graphql - QUERY Version: 2024-04 ## Description Returns a `CompanyLocation` object by ID. ### Access Scopes ## Arguments * [id](/docs/api/admin-graphql/2024-04/scalars/ID): ID! - The ID of the `CompanyLocation` to return. ## Returns * [billingAddress](/docs/api/admin-graphql/2024-04/objects/CompanyAddress): CompanyAddress The address used as billing address for the location. * [buyerExperienceConfiguration](/docs/api/admin-graphql/2024-04/objects/BuyerExperienceConfiguration): BuyerExperienceConfiguration The configuration for the buyer's B2B checkout. * [catalogsCount](/docs/api/admin-graphql/2024-04/objects/Count): Count The number of catalogs associated with the company location. Limited to a maximum of 10000. * [company](/docs/api/admin-graphql/2024-04/objects/Company): Company! The company that the company location belongs to. * [createdAt](/docs/api/admin-graphql/2024-04/scalars/DateTime): DateTime! The date and time ([ISO 8601 format](http://en.wikipedia.org/wiki/ISO_8601)) at which the company location was created in Shopify. * [currency](/docs/api/admin-graphql/2024-04/enums/CurrencyCode): CurrencyCode! The location's currency based on the shipping address. If the shipping address is empty, then the value is the shop's primary market. * [defaultCursor](/docs/api/admin-graphql/2024-04/scalars/String): String! A default [cursor](https://shopify.dev/api/usage/pagination-graphql) that returns the single next record, sorted ascending by ID. * [externalId](/docs/api/admin-graphql/2024-04/scalars/String): String A unique externally-supplied ID for the company location. * [hasTimelineComment](/docs/api/admin-graphql/2024-04/scalars/Boolean): Boolean! Whether the merchant added a timeline comment to the company location. * [id](/docs/api/admin-graphql/2024-04/scalars/ID): ID! A globally-unique ID. * [inCatalog](/docs/api/admin-graphql/2024-04/scalars/Boolean): Boolean! Whether the company location is assigned a specific catalog. * [locale](/docs/api/admin-graphql/2024-04/scalars/String): String The preferred locale of the company location. * [market](/docs/api/admin-graphql/2024-04/objects/Market): Market! The market that includes the location's shipping address. If the shipping address is empty, then the value is the shop's primary market. * [metafield](/docs/api/admin-graphql/2024-04/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-04/scalars/String): String! The name of the company location. * [note](/docs/api/admin-graphql/2024-04/scalars/String): String A note about the company location. * [orderCount](/docs/api/admin-graphql/2024-04/scalars/Int): Int! The total number of orders placed for the location. * [ordersCount](/docs/api/admin-graphql/2024-04/objects/Count): Count The total number of orders placed for the location. * [phone](/docs/api/admin-graphql/2024-04/scalars/String): String The phone number of the company location. * [privateMetafield](/docs/api/admin-graphql/2024-04/objects/PrivateMetafield): PrivateMetafield Returns a private metafield by namespace and key that belongs to the resource. * [shippingAddress](/docs/api/admin-graphql/2024-04/objects/CompanyAddress): CompanyAddress The address used as shipping address for the location. * [taxExemptions](/docs/api/admin-graphql/2024-04/enums/TaxExemption): TaxExemption! The list of tax exemptions applied to the location. * [taxRegistrationId](/docs/api/admin-graphql/2024-04/scalars/String): String The tax registration ID for the company location. * [totalSpent](/docs/api/admin-graphql/2024-04/objects/MoneyV2): MoneyV2! The total amount spent by the location. * [updatedAt](/docs/api/admin-graphql/2024-04/scalars/DateTime): DateTime! The date and time ([ISO 8601 format](http://en.wikipedia.org/wiki/ISO_8601)) at which the company location was last modified. ## Examples