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