Skip to main content
Anchor to customerPaymentMethodRemoteBillingAddressUpdate

customerPaymentMethodRemoteBillingAddressUpdate

mutation

Requires write_customers access scope. Also: Requires write_customer_payment_methods scope.

Updates the billing address on a customer's remote credit card or PayPal billing agreement imported with customerPaymentMethodRemoteCreate. Use this when the billing address is incomplete or incorrect and needs to be corrected in Shopify without re-importing the payment method. The payment method is not re-verified and the buyer is not charged.

The address is saved in Shopify only. It is not sent to the payment gateway, so the address the gateway holds is unchanged.

•MailingAddressInput!
required

The billing address.

Show input fields
•ID!
required

The ID of the customer payment method.


Was this section helpful?

Anchor to CustomerPaymentMethodRemoteBillingAddressUpdatePayload returnsCustomerPaymentMethodRemoteBillingAddressUpdatePayload returns

Anchor to customerPaymentMethodcustomerPaymentMethod
•CustomerPaymentMethod

The customer payment method.

Show fields
•[CustomerPaymentMethodUserError!]!
non-null

The list of errors that occurred from executing the mutation.

Show fields

Was this section helpful?