# DeliveryLocationLocalPickupSettingsError - admin-graphql - OBJECT Version: 2024-10 ## Description Represents an error that happened when changing local pickup settings for a location. ### Access Scopes Any of `shipping` access scopes or `manage_delivery_settings` user permission. ## Fields * [code](/docs/api/admin-graphql/2024-10/enums/DeliveryLocationLocalPickupSettingsErrorCode): DeliveryLocationLocalPickupSettingsErrorCode - The error code. * [field](/docs/api/admin-graphql/2024-10/scalars/String): String - The path to the input field that caused the error. * [message](/docs/api/admin-graphql/2024-10/scalars/String): String! - The error message. ## Connections ## Related queries ## Related mutations * [locationLocalPickupDisable](/docs/api/admin-graphql/2024-10/mutations/locationLocalPickupDisable) Disables local pickup for a location. * [locationLocalPickupEnable](/docs/api/admin-graphql/2024-10/mutations/locationLocalPickupEnable) Enables local pickup for a location. ## Related Unions ## Examples