Skip to main content
Log inSign up
query

Returns a CompanyContact object by ID.

ID!required

The ID of the CompanyContact to return.


Was this section helpful?

A person that acts on behalf of company associated to a customer.

company
non-null

The company to which the contact belongs.

createdAt
non-null

The date and time (ISO 8601 format) at which the company contact was created at Shopify.

customer
non-null

The customer associated to this contact.

draftOrders
non-null

The list of draft orders for the company contact.

id
non-null

A globally-unique ID.

isMainContact
non-null

Whether the contact is the main contact of the company.

lifetimeDuration
non-null

The lifetime duration of the company contact, since its creation date on Shopify. Examples: 1 year, 2 months, 3 days.

locale

The company contact's locale (language).

orders
non-null

The list of orders for the company contact.

roleAssignments
non-null

The list of roles assigned to this company contact.

title

The company contact's job title.

updatedAt
non-null

The date and time (ISO 8601 format) at which the company contact was last updated.


Was this section helpful?