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