# Company - customer - OBJECT Version: 2025-01 ## Description Represents a company's information. ### Access Scopes ## Fields * [externalId](/docs/api/customer/2025-01/scalars/String): String - A unique externally-supplied ID for the company. * [id](/docs/api/customer/2025-01/scalars/ID): ID! - A globally-unique ID. * [metafield](/docs/api/customer/2025-01/objects/Metafield): Metafield - A metafield found by namespace and key. * [metafields](/docs/api/customer/2025-01/objects/Metafield): Metafield! - The metafields associated with the resource matching the supplied list of namespaces and keys. * [name](/docs/api/customer/2025-01/scalars/String): String! - The name of the company. ## Connections * [draftOrders](/docs/api/customer/2025-01/connections/DraftOrderConnection): DraftOrderConnection! * [locations](/docs/api/customer/2025-01/connections/CompanyLocationConnection): CompanyLocationConnection! * [orders](/docs/api/customer/2025-01/connections/OrderConnection): OrderConnection! ## Related queries * [company](/docs/api/customer/2025-01/queries/company) The information of the customer's company. 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