deliveryCustomizationUpdate - admin-graphql - MUTATION
Version: 2024-10
Description:
Updates a delivery customization.
Access Scopes
`write_delivery_customizations` access scope.
Arguments
-
deliveryCustomization:
DeliveryCustomizationInput! -
The input data used to update the delivery customization.
-
id:
ID! -
The global ID of the delivery customization.
Returns
-
deliveryCustomization:
DeliveryCustomization
Returns the updated delivery customization.
-
userErrors:
DeliveryCustomizationError!
The list of errors that occurred from executing the mutation.
Examples