04-24-2023 11:35 PM
Hi,
I have created a sandbox user with this form but the Sell button seems unresponsive - when I click nothing happens: page (https://bulksell.sandbox.ebay.com/ws/eBayISAPI.dll?SingleList&sellingMode=AddItem) loadings and then error - can not load the page. Also, other menu items of the Sandbox site redirect me to ebay.com or do not load. Do I need to configure or activate my Sandbox user account?
I tried to call ValidateTestUserRegistrationCall for this user, but no result.
var call = new ValidateTestUserRegistrationCall(...);
call.setFeedbackStore(1000);
call.setSubscribeSAPro(true);
call.setSubscribeSMPro(true);
var cal = Calendar.getInstance();
cal.set(2020, 2, 2);
call.setRegistrationDate(cal);
call.setSite(SiteCodeType.US);
call.validateTestUserRegistration();
Thanks.
07-12-2023 03:12 AM
Hello, have you solved this issue ? I've the same issue and i can't found any solution about.