# CompanyContact - customer - OBJECT Version: 2024-04 ## Description Represents the customer's contact information. ### Access Scopes ## Fields * [company](/docs/api/customer/2024-04/objects/Company): Company - The information of the copmany contact's company. * [customer](/docs/api/customer/2024-04/objects/Customer): Customer! - The customer associated to this contact. * [id](/docs/api/customer/2024-04/scalars/ID): ID! - A globally-unique ID. * [title](/docs/api/customer/2024-04/scalars/String): String - The job title of the company contact. ## Connections * [draftOrders](/docs/api/customer/2024-04/connections/DraftOrderConnection): DraftOrderConnection! * [locations](/docs/api/customer/2024-04/connections/CompanyLocationConnection): CompanyLocationConnection! * [orders](/docs/api/customer/2024-04/connections/OrderConnection): OrderConnection! ## Related queries ## Related mutations ## Related Unions ## Examples