---
title: DeliveryCustomizationError - GraphQL Admin
description: >-
  An error that occurs during the execution of a delivery customization
  mutation.
api_version: unstable
api_name: admin
source_url:
  html: >-
    https://shopify.dev/docs/api/admin-graphql/unstable/objects/DeliveryCustomizationError
  md: >-
    https://shopify.dev/docs/api/admin-graphql/unstable/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/unstable/enums/DeliveryCustomizationErrorCode)

  The error code.

* field

  [\[String!\]](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String)

  The path to the input field that caused the error.

* message

  [String!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String)

  non-null

  The error message.

***

## Map

No referencing types

***

## Mutations

* [delivery​Customization​Activation](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/deliveryCustomizationActivation)

  mutation

  Activates and deactivates delivery customizations.

  * ids

    [\[ID!\]!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/ID)

    required

    ### Arguments

    The global IDs of the delivery customizations.

  * enabled

    [Boolean!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/Boolean)

    required

    The enabled status of the delivery customizations.

  ***

* [delivery​Customization​Create](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/deliveryCustomizationCreate)

  mutation

  Creates a delivery customization.

  * delivery​Customization

    [Delivery​Customization​Input!](https://shopify.dev/docs/api/admin-graphql/unstable/input-objects/DeliveryCustomizationInput)

    required

    ### Arguments

    The input data used to create the delivery customization.

  ***

* [delivery​Customization​Delete](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/deliveryCustomizationDelete)

  mutation

  Creates a delivery customization.

  * id

    [ID!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/ID)

    required

    ### Arguments

    The global ID of the delivery customization.

  ***

* [delivery​Customization​Update](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/deliveryCustomizationUpdate)

  mutation

  Updates a delivery customization.

  * id

    [ID!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/ID)

    required

    ### Arguments

    The global ID of the delivery customization.

  * delivery​Customization

    [Delivery​Customization​Input!](https://shopify.dev/docs/api/admin-graphql/unstable/input-objects/DeliveryCustomizationInput)

    required

    The input data used to update the delivery customization.

  ***

***

## DeliveryCustomizationError Mutations

### Mutated by

* [delivery​Customization​Activation](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/deliveryCustomizationActivation)
* [delivery​Customization​Create](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/deliveryCustomizationCreate)
* [delivery​Customization​Delete](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/deliveryCustomizationDelete)
* [delivery​Customization​Update](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/deliveryCustomizationUpdate)

***

## Interfaces

* [Displayable​Error](https://shopify.dev/docs/api/admin-graphql/unstable/interfaces/DisplayableError)

  interface

***

## DeliveryCustomizationError Implements

### Implements

* [Displayable​Error](https://shopify.dev/docs/api/admin-graphql/unstable/interfaces/DisplayableError)
