stack

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

AdminTypes.CompanyLocationUpdateInput interface

The input fields for company location when creating or updating a company location.

Signature:

export interface CompanyLocationUpdateInput 

Properties

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.