Home > @infiniteobjects/shopify-data-manager > AdminTypes > CompanyInput
The input fields for company attributes when creating or updating a company.
Signature:
export interface CompanyInput
Property | Modifiers | Type | Description |
---|---|---|---|
customerSince? | InputMaybe<Scalars[‘DateTime’][‘input’]> | (Optional) The date and time ([ISO 8601 format](http://en.wikipedia.org/wiki/ISO_8601)) at which the company became the customer. | |
externalId? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) A unique externally-supplied ID for the company. | |
name? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) The name of the company. | |
note? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) A note about the company. |