--- title: CompanyContactCreatePayload - GraphQL Admin description: Return type for `companyContactCreate` mutation. api_version: unstable api_name: admin source_url: html: https://shopify.dev/docs/api/admin-graphql/unstable/payloads/companycontactcreatepayload md: https://shopify.dev/docs/api/admin-graphql/unstable/payloads/companycontactcreatepayload.md --- # Company​Contact​Create​Payload payload Return type for `companyContactCreate` mutation. ## Fields * company​Contact [Company​Contact](https://shopify.dev/docs/api/admin-graphql/unstable/objects/CompanyContact) The created company contact. * user​Errors [\[Business​Customer​User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/unstable/objects/BusinessCustomerUserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [company​Contact​Create](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/companyContactCreate) mutation Creates a company contact and the associated customer. *** ## Map ### Mutations with this payload * [company​Contact​Create](https://shopify.dev/docs/api/admin-graphql/unstable/types/companyContactCreate)