--- title: CompanyContactInput - GraphQL Admin description: The input fields for company contact attributes when creating or updating a company contact. api_version: 2025-10 api_name: admin type: input-object api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/input-objects/companycontactinput md: https://shopify.dev/docs/api/admin-graphql/latest/input-objects/companycontactinput.md --- # Company​Contact​Input input\_object The input fields for company contact attributes when creating or updating a company contact. ## Fields * email [String](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) The unique email address of the company contact. * first​Name [String](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) The company contact's first name. * last​Name [String](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) The company contact's last name. * locale [String](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) The contact's locale. * phone [String](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) The phone number of the company contact. * title [String](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) The title of the company contact. *** ## Input objects using this input * [Company​Create​Input.companyContact](https://shopify.dev/docs/api/admin-graphql/latest/input-objects/CompanyCreateInput#fields-companyContact) INPUT OBJECT The input fields and values for creating a company and its associated resources. *** ## Map ### Input objects using this input * [Company​Create​Input.companyContact](https://shopify.dev/docs/api/admin-graphql/latest/input-objects/CompanyCreateInput#fields-companyContact)