# CompanyLocationInput - admin - INPUT_OBJECT
Version: 2025-01

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

### Access Scopes



## Fields
* [billingAddress](/docs/api/admin/2025-01/input-objects/CompanyAddressInput): CompanyAddressInput - The input fields to create or update the billing address for a company location.
* [billingSameAsShipping](/docs/api/admin/2025-01/scalars/Boolean): Boolean - Whether the billing address is the same as the shipping address. If the value is true, then the input for `billingAddress` is ignored.
* [buyerExperienceConfiguration](/docs/api/admin/2025-01/input-objects/BuyerExperienceConfigurationInput): BuyerExperienceConfigurationInput - The configuration for the buyer's checkout at the company location.
* [externalId](/docs/api/admin/2025-01/scalars/String): String - A unique externally-supplied ID for the company location.
* [locale](/docs/api/admin/2025-01/scalars/String): String - The preferred locale of the company location.
* [name](/docs/api/admin/2025-01/scalars/String): String - The name of the company location.
* [note](/docs/api/admin/2025-01/scalars/String): String - A note about the company location.
* [phone](/docs/api/admin/2025-01/scalars/String): String - The phone number of the company location.
* [shippingAddress](/docs/api/admin/2025-01/input-objects/CompanyAddressInput): CompanyAddressInput - The input fields to create or update the shipping address for a company location.
* [taxExempt](/docs/api/admin/2025-01/scalars/Boolean): Boolean - Whether the location is exempt from taxes.
* [taxExemptions](/docs/api/admin/2025-01/enums/TaxExemption): TaxExemption - The list of tax exemptions to apply to the company location.
* [taxRegistrationId](/docs/api/admin/2025-01/scalars/String): String - The tax registration ID of the company location.


## Input objects with this input object
* [CompanyCreateInput](/docs/api/admin/2025-01/input-objects/CompanyCreateInput)
* [companyLocationCreate](/docs/api/admin/2025-01/mutations/companyLocationCreate)


## Examples