# company - customer - QUERY Version: 2024-10 ## Description 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). ### Access Scopes ## Arguments * [id](/docs/api/customer/2024-10/scalars/ID): ID! - The ID of the Company. ## Returns * [externalId](/docs/api/customer/2024-10/scalars/String): String A unique externally-supplied ID for the company. * [id](/docs/api/customer/2024-10/scalars/ID): ID! A globally-unique ID. * [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. ## Examples