# CompanyLocation - storefront - OBJECT Version: 2024-10 ## Description A company's location. ### Access Scopes ## Fields * [createdAt](/docs/api/storefront/2024-10/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. * [externalId](/docs/api/storefront/2024-10/scalars/String): String - A unique externally-supplied ID for the company. * [id](/docs/api/storefront/2024-10/scalars/ID): ID! - A globally-unique ID. * [locale](/docs/api/storefront/2024-10/scalars/String): String - The preferred locale of the company location. * [metafield](/docs/api/storefront/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. * [metafields](/docs/api/storefront/2024-10/objects/Metafield): Metafield! - A list of [custom fields](/docs/apps/build/custom-data) that a merchant associates with a Shopify resource. * [name](/docs/api/storefront/2024-10/scalars/String): String! - The name of the company location. * [updatedAt](/docs/api/storefront/2024-10/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. ## Connections ## Related queries ## Related mutations ## Related Unions * [MetafieldParentResource](/docs/api/storefront/2024-10/unions/MetafieldParentResource) A resource that the metafield belongs to. ## Examples