Known issues
Update seller using Admin is setting some fields back to the default value after changing it via API
Update seller using Admin is setting some fields back to the default value after changing it via API
ID: 608120
No Fix
Published on 6/30/2022
•
Last update on 2/16/2024
Summary
After using the APIs from seller register to modify fields like trustPolicy, SecutityPrivacyPolicy, ArchiveId and MerchantName and go back to the seller management admin and save the seller through there, the information of those fields will be set back to the default value.
Simulation
- Use the API "Update Seller By Seller Id" and modify the field "trustPolicy" to "AllowEmailSharing" instead of "Default";
- Wait for the cache time and check using the API "Get Seller Data By Id" to make sure the field was updated.
- Go to the seller managament UI on the Admin and save the seller through there (no need to change anything);
- Wait for the cache time and check using the API "Get Seller Data By Id" that the field is back to the default value, in this case "Default";
Workaround
No workaround for the moment.