Skip to main content
object

Requires read_customers access scope or read_companies access scope. Also: The API client must be installed on a Shopify Plus store.

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

Anchor to Fields and connectionsFields and connections

Company!non-null

The company to which the contact belongs.

DateTime!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.

The list of draft orders for the company contact.

ID!non-null

A globally-unique ID.

Boolean!non-null

Whether the contact is the main contact of the company.

String!non-null

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

The company contact's locale (language).

The list of orders for the company contact.

The list of roles assigned to this company contact.

The company contact's job title.

DateTime!non-null

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


Was this section helpful?

query

Returns a CompanyContact object by ID.


Was this section helpful?

mutation

Assigns the customer as a company contact.

Arguments

ID!required

The ID of the company to assign the contact to.

ID!required

The ID of the customer to assign as the contact.


Fields

The created company contact.

The list of errors that occurred from executing the mutation.

mutation

Creates a company contact and the associated customer.

Arguments

ID!required

The ID of the company that the company contact belongs to.

The fields to use to create the company contact.


Fields

The created company contact.

The list of errors that occurred from executing the mutation.

mutation

Updates a company contact.

Arguments

ID!required

The ID of the company contact to be updated.

The fields to use to update the company contact.


Fields

The updated company contact.

The list of errors that occurred from executing the mutation.


Was this section helpful?

interface

Was this section helpful?