customerPaymentMethodPaypalBillingAgreementUpdate - admin-graphql - MUTATION
Version: 2024-10
Description:
Updates a PayPal billing agreement for a customer.
Access Scopes
`write_customers` access scope. Also: Requires `write_customer_payment_methods` scope.
Arguments
-
billingAddress:
MailingAddressInput! -
The billing address.
-
id:
ID! -
The ID of the customer payment method.
Returns
-
customerPaymentMethod:
CustomerPaymentMethod
The customer payment method.
-
userErrors:
CustomerPaymentMethodUserError!
The list of errors that occurred from executing the mutation.
Examples