Anchor to customerAddressUpdatecustomer
mutationcustomer Address Update
Requires access scope.
Updates an existing for a Customer. Requires a customer access token to identify the customer, an ID to specify which address to modify, and an address with the updated fields.
Anchor to Arguments
Arguments
- address (MailingAddressInput!)
- customerAccessToken (String!)
- id (ID!)
- Anchor to addressaddress•Mailing
Address Input! required The customer’s mailing address.
- Anchor to customerAccessTokencustomer•String!
Access Token required The access token used to identify the customer.
- •ID!required
Specifies the customer address to update.
Was this section helpful?
- customerAddress (MailingAddress)
- customerUserErrors ([CustomerUserError!]!)
- userErrors ([UserError!]!): deprecated
- Anchor to customerAddresscustomer•Mailing
Address Address The customer’s updated mailing address.
- Anchor to customerUserErrorscustomer•[Customer
User Errors User Error!]! non-null The list of errors that occurred from executing the mutation.
- Anchor to userErrorsuser•[User
Errors Error!]! non-nullDeprecated The list of errors that occurred from executing the mutation.
Was this section helpful?