--- title: CompanyContact - Customer API description: Represents the customer's contact information. api_version: 2025-10 api_name: customer type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/customer/latest/objects/companycontact md: https://shopify.dev/docs/api/customer/latest/objects/companycontact.md --- # Company​Contact object Represents the customer's contact information. ## Fields * company [Company](https://shopify.dev/docs/api/customer/latest/objects/Company) The information of the copmany contact's company. * customer [Customer!](https://shopify.dev/docs/api/customer/latest/objects/Customer) non-null The customer associated to this contact. * draft​Orders [Draft​Order​Connection!](https://shopify.dev/docs/api/customer/latest/connections/DraftOrderConnection) non-null The list of company contact's draft orders. * id [ID!](https://shopify.dev/docs/api/customer/latest/scalars/ID) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) A globally-unique ID. * locations [Company​Location​Connection!](https://shopify.dev/docs/api/customer/latest/connections/CompanyLocationConnection) non-null The list of locations that the company contact belongs to. * orders [Order​Connection!](https://shopify.dev/docs/api/customer/latest/connections/OrderConnection) non-null The list of company contact's orders. * title [String](https://shopify.dev/docs/api/customer/latest/scalars/String) The job title of the company contact. *** ## Map ### Fields and connections with this object * <->[CompanyContactConnection.nodes](https://shopify.dev/docs/api/customer/latest/connections/CompanyContactConnection#field-nodes) * {}[CompanyContactEdge.node](https://shopify.dev/docs/api/customer/latest/objects/CompanyContactEdge#field-node) * {}[CompanyContactRoleAssignment.contact](https://shopify.dev/docs/api/customer/latest/objects/CompanyContactRoleAssignment#field-contact) * {}[CompanyLocation.contacts](https://shopify.dev/docs/api/customer/latest/objects/CompanyLocation#field-contacts) * {}[Customer.companyContacts](https://shopify.dev/docs/api/customer/latest/objects/Customer#field-companyContacts) * {}[PurchasingCompany.contact](https://shopify.dev/docs/api/customer/latest/objects/PurchasingCompany#field-contact) *** ## Interfaces * [Node](https://shopify.dev/docs/api/customer/latest/interfaces/Node) interface *** ## ||-CompanyContact Implements ### Implements * ||-[Node](https://shopify.dev/docs/api/customer/latest/interfaces/Node)