# CompanyLocationInput - admin-graphql - INPUT_OBJECT Version: 2024-07 ## Description The input fields for company location when creating or updating a company location. ### Access Scopes ## Fields * [billingAddress](/docs/api/admin-graphql/2024-07/input-objects/CompanyAddressInput): CompanyAddressInput - The input fields to create or update the billing address for a company location. * [billingSameAsShipping](/docs/api/admin-graphql/2024-07/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-graphql/2024-07/input-objects/BuyerExperienceConfigurationInput): BuyerExperienceConfigurationInput - The configuration for the buyer's checkout at the company location. * [externalId](/docs/api/admin-graphql/2024-07/scalars/String): String - A unique externally-supplied ID for the company location. * [locale](/docs/api/admin-graphql/2024-07/scalars/String): String - The preferred locale of the company location. * [name](/docs/api/admin-graphql/2024-07/scalars/String): String - The name of the company location. * [note](/docs/api/admin-graphql/2024-07/scalars/String): String - A note about the company location. * [phone](/docs/api/admin-graphql/2024-07/scalars/String): String - The phone number of the company location. * [shippingAddress](/docs/api/admin-graphql/2024-07/input-objects/CompanyAddressInput): CompanyAddressInput - The input fields to create or update the shipping address for a company location. * [taxExemptions](/docs/api/admin-graphql/2024-07/enums/TaxExemption): TaxExemption - The list of tax exemptions to apply to the company location. * [taxRegistrationId](/docs/api/admin-graphql/2024-07/scalars/String): String - The tax registration ID of the company location. ## Input objects with this input object * [CompanyCreateInput](/docs/api/admin-graphql/2024-07/input-objects/CompanyCreateInput) * [companyLocationCreate](/docs/api/admin-graphql/2024-07/mutations/companyLocationCreate) ## Examples