# QueryRoot - customer - OBJECT Version: 2024-10 ## Description This acts as the public, top-level API from which all queries start. ### Access Scopes ## Fields * [company](/docs/api/customer/2024-10/objects/Company): 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). * [companyLocation](/docs/api/customer/2024-10/objects/CompanyLocation): 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). * [customer](/docs/api/customer/2024-10/objects/Customer): Customer! - Returns the Customer resource. Apps using the Customer Account API must meet the protected customer data [requirements](https://shopify.dev/docs/apps/launch/protected-customer-data). * [draftOrder](/docs/api/customer/2024-10/objects/DraftOrder): DraftOrder - Returns a draft order resource by ID. Apps using the Customer Account API must meet the protected customer data [requirements](https://shopify.dev/docs/apps/launch/protected-customer-data). * [order](/docs/api/customer/2024-10/objects/Order): Order - Returns an Order resource by ID. Apps using the Customer Account API must meet the protected customer data [requirements](https://shopify.dev/docs/apps/launch/protected-customer-data). * [shop](/docs/api/customer/2024-10/objects/Shop): Shop! - Returns the information about the shop. Apps using the Customer Account API must meet the protected customer data [requirements](https://shopify.dev/docs/apps/launch/protected-customer-data). ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples