stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > CompanyContactInput

AdminTypes.CompanyContactInput interface

The input fields for company contact attributes when creating or updating a company contact.

Signature:

export interface CompanyContactInput 

Properties

Property Modifiers Type Description
email?   InputMaybe<Scalars[‘String’][‘input’]> (Optional) The unique email address of the company contact.
firstName?   InputMaybe<Scalars[‘String’][‘input’]> (Optional) The company contact’s first name.
lastName?   InputMaybe<Scalars[‘String’][‘input’]> (Optional) The company contact’s last name.
locale?   InputMaybe<Scalars[‘String’][‘input’]> (Optional) The contact’s locale.
phone?   InputMaybe<Scalars[‘String’][‘input’]> (Optional) The phone number of the company contact.
title?   InputMaybe<Scalars[‘String’][‘input’]> (Optional) The title of the company contact.