---
title: CompanyContact - Storefront API
description: A company's main point of contact.
api_version: 2026-04
source_url:
  html: https://shopify.dev/docs/api/storefront/latest/objects/companycontact
  md: https://shopify.dev/docs/api/storefront/latest/objects/companycontact.md
---

# Company​Contact

object

A company's main point of contact.

## Fields

* created​At

  [Date​Time!](https://shopify.dev/docs/api/storefront/latest/scalars/DateTime)

  non-null

  The date and time ([ISO 8601 format](http://en.wikipedia.org/wiki/ISO_8601)) at which the company contact was created in Shopify.

* id

  [ID!](https://shopify.dev/docs/api/storefront/latest/scalars/ID)

  non-null

  A globally-unique ID.

* locale

  [String](https://shopify.dev/docs/api/storefront/latest/scalars/String)

  The company contact's locale (language).

* title

  [String](https://shopify.dev/docs/api/storefront/latest/scalars/String)

  The company contact's job title.

* updated​At

  [Date​Time!](https://shopify.dev/docs/api/storefront/latest/scalars/DateTime)

  non-null

  The date and time ([ISO 8601 format](http://en.wikipedia.org/wiki/ISO_8601)) at which the company contact was last modified.

***

## Map

### Fields with this object

* [PurchasingCompany.contact](https://shopify.dev/docs/api/storefront/latest/objects/PurchasingCompany#field-PurchasingCompany.fields.contact)

***

## Interfaces

* [Node](https://shopify.dev/docs/api/storefront/latest/interfaces/Node)

  interface

***

## CompanyContact Implements

### Implements

* [Node](https://shopify.dev/docs/api/storefront/latest/interfaces/Node)