--- title: DeliveryCustomizationError - GraphQL Admin description: An error that occurs during the execution of a delivery customization mutation. api_version: 2025-10 api_name: admin type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/objects/deliverycustomizationerror md: https://shopify.dev/docs/api/admin-graphql/latest/objects/deliverycustomizationerror.md --- # Delivery​Customization​Error object Requires `read_delivery_customizations` access scope. An error that occurs during the execution of a delivery customization mutation. ## Fields * code [Delivery​Customization​Error​Code](https://shopify.dev/docs/api/admin-graphql/latest/enums/DeliveryCustomizationErrorCode) 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 * [delivery​Customization​Activation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/deliveryCustomizationActivation) mutation Activates and deactivates delivery customizations. * [delivery​Customization​Create](https://shopify.dev/docs/api/admin-graphql/latest/mutations/deliveryCustomizationCreate) mutation Creates a delivery customization. * [delivery​Customization​Delete](https://shopify.dev/docs/api/admin-graphql/latest/mutations/deliveryCustomizationDelete) mutation Creates a delivery customization. * [delivery​Customization​Update](https://shopify.dev/docs/api/admin-graphql/latest/mutations/deliveryCustomizationUpdate) mutation Updates a delivery customization. *** ## <\~> DeliveryCustomizationError Mutations ### Mutated by * <\~>[delivery​Customization​Activation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/deliveryCustomizationActivation) * <\~>[delivery​Customization​Create](https://shopify.dev/docs/api/admin-graphql/latest/mutations/deliveryCustomizationCreate) * <\~>[delivery​Customization​Delete](https://shopify.dev/docs/api/admin-graphql/latest/mutations/deliveryCustomizationDelete) * <\~>[delivery​Customization​Update](https://shopify.dev/docs/api/admin-graphql/latest/mutations/deliveryCustomizationUpdate) *** ## Interfaces * [Displayable​Error](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/DisplayableError) interface *** ## ||-DeliveryCustomizationError Implements ### Implements * ||-[Displayable​Error](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/DisplayableError)