# CompanyLocationUpdateInput - admin - INPUT_OBJECT Version: unstable ## Description The input fields for company location when creating or updating a company location. ### Access Scopes ## Fields * [buyerExperienceConfiguration](/docs/api/admin/unstable/input-objects/BuyerExperienceConfigurationInput): BuyerExperienceConfigurationInput - The configuration for the buyer's checkout at the company location. * [externalId](/docs/api/admin/unstable/scalars/String): String - A unique externally-supplied ID for the company location. * [locale](/docs/api/admin/unstable/scalars/String): String - The preferred locale of the company location. * [name](/docs/api/admin/unstable/scalars/String): String - The name of the company location. * [note](/docs/api/admin/unstable/scalars/String): String - A note about the company location. * [phone](/docs/api/admin/unstable/scalars/String): String - The phone number of the company location. ## Input objects with this input object * [companyLocationUpdate](/docs/api/admin/unstable/mutations/companyLocationUpdate) ## Examples