deliveryCustomizationActivation - admin-graphql - MUTATION
Version: 2024-10
Description:
Activates and deactivates delivery customizations.
Access Scopes
`write_delivery_customizations` access scope.
Arguments
-
enabled:
Boolean! -
The enabled status of the delivery customizations.
-
ids:
ID! -
The global IDs of the delivery customizations.
Returns
-
ids:
String
The IDs of the updated delivery customizations.
-
userErrors:
DeliveryCustomizationError!
The list of errors that occurred from executing the mutation.
Examples