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