Skip to main content
Anchor to PaymentCustomizationActivationPayload

PaymentCustomizationActivationPayload

payload

Return type for paymentCustomizationActivation mutation.

•[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?

Anchor to Mutations with this payloadMutations with this payload

•mutation

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.

Arguments

•[ID!]!
required

The global IDs of the payment customizations.

•Boolean!
required

The enabled status of the payment customizations.



Was this section helpful?