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.

DeliveryCustomizationErrorCode

The error code.

[String!]

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

[String!]

The IDs of the updated delivery customizations.

[DeliveryCustomizationError!]!non-null

The list of errors that occurred from executing the mutation.

mutation

Creates a delivery customization.

Arguments

Anchor to deliveryCustomizationdeliveryCustomization
DeliveryCustomizationInput!required

The input data used to create the delivery customization.


Fields

Anchor to deliveryCustomizationdeliveryCustomization
DeliveryCustomization

Returns the created delivery customization.

[DeliveryCustomizationError!]!non-null

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

ID

Returns the deleted delivery customization ID.

[DeliveryCustomizationError!]!non-null

The list of errors that occurred from executing the mutation.

mutation

Updates a delivery customization.

Arguments

Anchor to deliveryCustomizationdeliveryCustomization
DeliveryCustomizationInput!required

The input data used to update the delivery customization.

ID!required

The global ID of the delivery customization.


Fields

Anchor to deliveryCustomizationdeliveryCustomization
DeliveryCustomization

Returns the updated delivery customization.

[DeliveryCustomizationError!]!non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?


Was this section helpful?