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

[ID!]!
required

The global IDs of the delivery customizations.

Boolean!
required

The enabled status of the delivery customizations.


mutation

Creates a delivery customization.

Arguments

Anchor to deliveryCustomizationdeliveryCustomization
DeliveryCustomizationInput!
required

The input data used to create the delivery customization.


mutation

Creates a delivery customization.

Arguments

ID!
required

The global ID of the delivery customization.


mutation

Updates a delivery customization.

Arguments

ID!
required

The global ID of the delivery customization.

Anchor to deliveryCustomizationdeliveryCustomization
DeliveryCustomizationInput!
required

The input data used to update the delivery customization.



Was this section helpful?


Was this section helpful?