Skip to main content
Anchor to customerPaymentMethodPaypalBillingAgreementUpdate

customerPaymentMethodPaypalBillingAgreementUpdate

mutation

Requires write_customers access scope. Also: Requires write_customer_payment_methods scope.

Updates the billing address associated with a customer's vaulted PayPal billing agreement. Use this when a customer's billing information has changed and their PayPal payment method record in Shopify needs to be updated accordingly.

•MailingAddressInput!
required

The billing address.

•ID!
required

The ID of the customer payment method.


Was this section helpful?

Anchor to CustomerPaymentMethodPaypalBillingAgreementUpdatePayload returnsCustomerPaymentMethodPaypalBillingAgreementUpdatePayload returns

Anchor to customerPaymentMethodcustomerPaymentMethod
•CustomerPaymentMethod

The customer payment method.

•[CustomerPaymentMethodUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?