Skip to main content
Anchor to CustomerPaymentMethodRemoteBillingAddressUpdatePayload

CustomerPaymentMethodRemoteBillingAddressUpdatePayload

payload

Return type for customerPaymentMethodRemoteBillingAddressUpdate mutation.

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?

Anchor to Mutations with this payloadMutations with this payload

•mutation

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.

Show payload

Arguments

•MailingAddressInput!
required

The billing address.

Show input fields
•ID!
required

The ID of the customer payment method.



Was this section helpful?