--- title: DeliveryLocationLocalPickupSettingsError - GraphQL Admin description: Represents an error that happened when changing local pickup settings for 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/deliverylocationlocalpickupsettingserror md: https://shopify.dev/docs/api/admin-graphql/latest/objects/deliverylocationlocalpickupsettingserror.md --- # Delivery​Location​Local​Pickup​Settings​Error object Requires Any of `shipping` access scopes or `manage_delivery_settings` user permission. Represents an error that happened when changing local pickup settings for a location. ## Fields * code [Delivery​Location​Local​Pickup​Settings​Error​Code](https://shopify.dev/docs/api/admin-graphql/latest/enums/DeliveryLocationLocalPickupSettingsErrorCode) 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​Local​Pickup​Disable](https://shopify.dev/docs/api/admin-graphql/latest/mutations/locationLocalPickupDisable) mutation Disables local pickup for a location. * [location​Local​Pickup​Enable](https://shopify.dev/docs/api/admin-graphql/latest/mutations/locationLocalPickupEnable) mutation Enables local pickup for a location. *** ## <\~> DeliveryLocationLocalPickupSettingsError Mutations ### Mutated by * <\~>[location​Local​Pickup​Disable](https://shopify.dev/docs/api/admin-graphql/latest/mutations/locationLocalPickupDisable) * <\~>[location​Local​Pickup​Enable](https://shopify.dev/docs/api/admin-graphql/latest/mutations/locationLocalPickupEnable) *** ## Interfaces * [Displayable​Error](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/DisplayableError) interface *** ## ||-DeliveryLocationLocalPickupSettingsError Implements ### Implements * ||-[Displayable​Error](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/DisplayableError)