# DeliveryCustomizationError - admin-graphql - OBJECT Version: 2024-07 ## Description An error that occurs during the execution of a delivery customization mutation. ### Access Scopes `read_delivery_customizations` access scope. ## Fields * [code](/docs/api/admin-graphql/2024-07/enums/DeliveryCustomizationErrorCode): DeliveryCustomizationErrorCode - The error code. * [field](/docs/api/admin-graphql/2024-07/scalars/String): String - The path to the input field that caused the error. * [message](/docs/api/admin-graphql/2024-07/scalars/String): String! - The error message. ## Connections ## Related queries ## Related mutations * [deliveryCustomizationActivation](/docs/api/admin-graphql/2024-07/mutations/deliveryCustomizationActivation) Activates and deactivates delivery customizations. * [deliveryCustomizationCreate](/docs/api/admin-graphql/2024-07/mutations/deliveryCustomizationCreate) Creates a delivery customization. * [deliveryCustomizationDelete](/docs/api/admin-graphql/2024-07/mutations/deliveryCustomizationDelete) Creates a delivery customization. * [deliveryCustomizationUpdate](/docs/api/admin-graphql/2024-07/mutations/deliveryCustomizationUpdate) Updates a delivery customization. ## Related Unions ## Examples