# DeliveryLocationLocalPickupSettingsError - admin - OBJECT Version: unstable ## 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/unstable/enums/DeliveryLocationLocalPickupSettingsErrorCode): DeliveryLocationLocalPickupSettingsErrorCode - The error code. * [field](/docs/api/admin/unstable/scalars/String): String - The path to the input field that caused the error. * [message](/docs/api/admin/unstable/scalars/String): String! - The error message. ## Connections ## Related queries ## Related mutations * [locationLocalPickupDisable](/docs/api/admin/unstable/mutations/locationLocalPickupDisable) Disables local pickup for a location. * [locationLocalPickupEnable](/docs/api/admin/unstable/mutations/locationLocalPickupEnable) Enables local pickup for a location. ## Related Unions ## Examples