# CompanyLocation - customer - OBJECT Version: 2024-10 ## Description Represents a company's business location. ### Access Scopes ## Fields * [billingAddress](/docs/api/customer/2024-10/objects/CompanyAddress): CompanyAddress - The billing address of the company location. * [buyerExperienceConfiguration](/docs/api/customer/2024-10/objects/BuyerExperienceConfiguration): BuyerExperienceConfiguration - The configuration of the buyer's B2B checkout. * [externalId](/docs/api/customer/2024-10/scalars/String): String - A unique externally-supplied ID for the location. * [id](/docs/api/customer/2024-10/scalars/ID): ID! - A globally-unique ID. * [market](/docs/api/customer/2024-10/objects/Market): Market! - The market that includes the location's shipping address. If the shipping address is empty, the shop's primary market is returned. * [metafield](/docs/api/customer/2024-10/objects/Metafield): Metafield - A metafield found by namespace and key. * [metafields](/docs/api/customer/2024-10/objects/Metafield): Metafield! - The metafields associated with the resource matching the supplied list of namespaces and keys. * [name](/docs/api/customer/2024-10/scalars/String): String! - The name of the company location. * [shippingAddress](/docs/api/customer/2024-10/objects/CompanyAddress): CompanyAddress - The shipping address of the company location. * [taxIdentifier](/docs/api/customer/2024-10/scalars/String): String - The tax id of the company location. ## Connections * [contacts](/docs/api/customer/2024-10/connections/CompanyContactConnection): CompanyContactConnection! * [draftOrders](/docs/api/customer/2024-10/connections/DraftOrderConnection): DraftOrderConnection! * [orders](/docs/api/customer/2024-10/connections/OrderConnection): OrderConnection! * [roleAssignments](/docs/api/customer/2024-10/connections/CompanyContactRoleAssignmentConnection): CompanyContactRoleAssignmentConnection! ## Related queries * [companyLocation](/docs/api/customer/2024-10/queries/companyLocation) 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). ## Related mutations ## Related Unions ## Examples