--- title: LocationEditUserError - GraphQL Admin description: An error that occurs while editing a location. api_version: 2025-10 api_name: admin type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/objects/locationeditusererror md: https://shopify.dev/docs/api/admin-graphql/latest/objects/locationeditusererror.md --- # Location​Edit​User​Error object Requires `read_locations` access scope or `read_fulfillments` access scope. An error that occurs while editing a location. ## Fields * code [Location​Edit​User​Error​Code](https://shopify.dev/docs/api/admin-graphql/latest/enums/LocationEditUserErrorCode) The error code. * field [\[String!\]](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) The path to the input field that caused the error. * message [String!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) non-null The error message. *** ## Map No referencing types *** ## Mutations * [location​Edit](https://shopify.dev/docs/api/admin-graphql/latest/mutations/locationEdit) mutation Edits an existing location. [As of the 2023-10 API version](https://shopify.dev/changelog/apps-can-now-change-the-name-and-address-of-their-fulfillment-service-locations), apps can change the name and address of their fulfillment service locations. *** ## <\~> LocationEditUserError Mutations ### Mutated by * <\~>[location​Edit](https://shopify.dev/docs/api/admin-graphql/latest/mutations/locationEdit) *** ## Interfaces * [Displayable​Error](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/DisplayableError) interface *** ## ||-LocationEditUserError Implements ### Implements * ||-[Displayable​Error](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/DisplayableError)