--- title: LocationEditUserError - GraphQL Admin description: An error that occurs while editing a location. api_version: unstable api_name: admin source_url: html: >- https://shopify.dev/docs/api/admin-graphql/unstable/objects/LocationEditUserError md: >- https://shopify.dev/docs/api/admin-graphql/unstable/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/unstable/enums/LocationEditUserErrorCode) The error code. * field [\[String!\]](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String) The path to the input field that caused the error. * message [String!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String) non-null The error message. *** ## Map No referencing types *** ## Mutations * [location​Edit](https://shopify.dev/docs/api/admin-graphql/unstable/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/unstable/mutations/locationEdit) *** ## Interfaces * [Displayable​Error](https://shopify.dev/docs/api/admin-graphql/unstable/interfaces/DisplayableError) interface *** ## ||-LocationEditUserError Implements ### Implements * ||-[Displayable​Error](https://shopify.dev/docs/api/admin-graphql/unstable/interfaces/DisplayableError)