paymentCustomizationUpdate - admin-graphql - MUTATION
Version: 2024-10
Description:
Updates a payment customization.
Access Scopes
`write_payment_customizations` access scope.
Arguments
-
id:
ID! -
The global ID of the payment customization.
-
paymentCustomization:
PaymentCustomizationInput! -
The input data used to update the payment customization.
Returns
-
paymentCustomization:
PaymentCustomization
Returns the updated payment customization.
-
userErrors:
PaymentCustomizationError!
The list of errors that occurred from executing the mutation.
Examples