customerPaymentMethodGetUpdateUrl - admin-graphql - MUTATION
Version: 2024-10
Description:
Returns a URL that allows the customer to update a specific payment method.
Currently, `customerPaymentMethodGetUpdateUrl` only supports Shop Pay.
Access Scopes
`write_customers` access scope.
Arguments
Returns
-
updatePaymentMethodUrl:
URL
The URL to redirect the customer to update the payment method.
-
userErrors:
CustomerPaymentMethodGetUpdateUrlUserError!
The list of errors that occurred from executing the mutation.
Examples