stack

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

AdminTypes.CompanyLocationInput interface

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

Signature:

export interface CompanyLocationInput 

Properties

Property Modifiers Type Description
billingAddress?   InputMaybe<CompanyAddressInput> (Optional) The input fields to create or update the billing address for a company location.
billingSameAsShipping?   InputMaybe<Scalars[‘Boolean’][‘input’]> (Optional) Whether the billing address is the same as the shipping address. If the value is true, then the input for billingAddress is ignored.
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.
shippingAddress?   InputMaybe<CompanyAddressInput> (Optional) The input fields to create or update the shipping address for a company location.
taxExemptions?   InputMaybe<Array<TaxExemption | `${TaxExemption}`>> (Optional) The list of tax exemptions to apply to the company location.
taxRegistrationId?   InputMaybe<Scalars[‘String’][‘input’]> (Optional) The tax registration ID of the company location.