Skip to main content
Anchor to paymentCustomizationActivation

paymentCustomizationActivation

mutation

Requires write_payment_customizations access scope.

Activates or deactivates payment customizations for the shop. Payment customizations allow apps to hide, reorder, or rename payment methods at checkout based on cart contents, customer attributes, or other conditions. Use this to toggle customizations on or off without deleting them.

•Boolean!
required

The enabled status of the payment customizations.

•[ID!]!
required

The global IDs of the payment customizations.


Was this section helpful?

Anchor to PaymentCustomizationActivationPayload returnsPaymentCustomizationActivationPayload returns

•[String!]

The IDs of the updated payment customizations.

•[PaymentCustomizationError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?