--- title: company - Customer API 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). api_version: 2025-10 api_name: customer type: query api_type: graphql source_url: html: 'https://shopify.dev/docs/api/customer/latest/queries/company' md: 'https://shopify.dev/docs/api/customer/latest/queries/company.md' --- # company query 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). ## Arguments * id [ID!](https://shopify.dev/docs/api/customer/latest/scalars/ID) required The ID of the Company. *** ## Possible returns * Company [Company](https://shopify.dev/docs/api/customer/latest/objects/Company) Represents a company's information. *** ## Examples * ### company reference ## Query Reference ```graphql { company(id) { # company fields } } ```