Anchor to DeliveryCustomizationErrorDelivery
objectDelivery Customization Error
Requires access scope.
An error that occurs during the execution of a delivery customization mutation.
Anchor to FieldsFields
- Anchor to codecode•Delivery
Customization Error Code The error code.
- Anchor to fieldfield•[String!]
The path to the input field that caused the error.
- Anchor to messagemessage•String!non-null
The error message.
Was this section helpful?
Anchor to MutationsMutations
- •mutation
Activates and deactivates delivery customizations.
- •[ID!]!required
The global IDs of the delivery customizations.
- Anchor to enabledenabled•Boolean!required
The enabled status of the delivery customizations.
Arguments
- •[ID!]!
- •mutation
Creates a delivery customization.
- Anchor to deliveryCustomizationdelivery•Delivery
Customization Customization Input! required The input data used to create the delivery customization.
Arguments
- •mutation
Creates a delivery customization.
- •ID!required
The global ID of the delivery customization.
Arguments
- •ID!
- •mutation
Updates a delivery customization.
- •ID!required
The global ID of the delivery customization.
- Anchor to deliveryCustomizationdelivery•Delivery
Customization Customization Input! required The input data used to update the delivery customization.
Arguments
- •ID!
Was this section helpful?