Skip to main content
Anchor to DeliveryCustomizationError

DeliveryCustomizationError

object

Requires read_delivery_customizations access scope.

An error that occurs during the execution of a delivery customization mutation.

The error code.

The path to the input field that caused the error.

String!non-null

The error message.


Was this section helpful?

mutation

Activates and deactivates delivery customizations.

Arguments

Boolean!required

The enabled status of the delivery customizations.

[ID!]!required

The global IDs of the delivery customizations.


Fields

The IDs of the updated delivery customizations.

The list of errors that occurred from executing the mutation.

mutation

Creates a delivery customization.

Arguments

Anchor to deliveryCustomizationdeliveryCustomization

The input data used to create the delivery customization.


Fields

Anchor to deliveryCustomizationdeliveryCustomization

Returns the created delivery customization.

The list of errors that occurred from executing the mutation.

mutation

Creates a delivery customization.

Arguments

ID!required

The global ID of the delivery customization.


Fields

Returns the deleted delivery customization ID.

The list of errors that occurred from executing the mutation.

mutation

Updates a delivery customization.

Arguments

Anchor to deliveryCustomizationdeliveryCustomization

The input data used to update the delivery customization.

ID!required

The global ID of the delivery customization.


Fields

Anchor to deliveryCustomizationdeliveryCustomization

Returns the updated delivery customization.

The list of errors that occurred from executing the mutation.


Was this section helpful?


Was this section helpful?