This call will update an user email address for the seller of the user making the call.

<?xml version="1.0" encoding="UTF-8" ?>
<Request>
  <User>
     <NewEmail>[email protected]</NewEmail>
     <OldEmail>[email protected]</OldEmail>
  </User>
</Request>

Errors

Error CodeMessage
1E001: Parameter NewEmail, OldEmail is mandatory
300E300: The passed email "%s" for "%s" for is not valid.
301E301: You are not allowed to change the email.
302E302: The passed email "%s" is already in use.
Language