Anchor to customerUpdatecustomer
customer Update
mutation
Requires access scope.
Updates an existing customer.
Anchor to Arguments
Arguments
- Anchor to customercustomer•Customer
Update Input!required The customer object input.
- Anchor to customerAccessTokencustomer•
Access Token String!required The access token used to identify the customer.
Was this section helpful?
- Anchor to customercustomer•
The updated customer object.
- Anchor to customerAccessTokencustomer•
Access Token The newly created customer access token. If the customer's password is updated, all previous access tokens (including the one used to perform this mutation) become invalid, and a new token is generated.
- Anchor to customerUserErrorscustomer•
User Errors [CustomerUser Error!]!non-null The list of errors that occurred from executing the mutation.
- Anchor to userErrorsuser•
Errors The list of errors that occurred from executing the mutation.
Was this section helpful?