Home > @infiniteobjects/shopify-data-manager > AdminTypes > CompanyCreateInput
The input fields and values for creating a company and its associated resources.
Signature:
export interface CompanyCreateInput
Property | Modifiers | Type | Description |
---|---|---|---|
company | CompanyInput | The attributes for the company. | |
companyContact? | InputMaybe<CompanyContactInput> | (Optional) The attributes for the company contact. | |
companyLocation? | InputMaybe<CompanyLocationInput> | (Optional) The attributes for the company location. |