Home > @infiniteobjects/shopify-data-manager > AdminTypes > CompanyLocationUpdateInput
The input fields for company location when creating or updating a company location.
Signature:
export interface CompanyLocationUpdateInput
Property | Modifiers | Type | Description |
---|---|---|---|
buyerExperienceConfiguration? | InputMaybe<BuyerExperienceConfigurationInput> | (Optional) The configuration for the buyer’s checkout at the company location. | |
externalId? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) A unique externally-supplied ID for the company location. | |
locale? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) The preferred locale of the company location. | |
name? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) The name of the company location. | |
note? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) A note about the company location. | |
phone? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) The phone number of the company location. |