post https://sellercenter-api.linio.com.mx/?Action=UserUpdate
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 Code | Message |
---|---|
1 | E001: Parameter NewEmail, OldEmail is mandatory |
300 | E300: The passed email "%s" for "%s" for is not valid. |
301 | E301: You are not allowed to change the email. |
302 | E302: The passed email "%s" is already in use. |