cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Not able to list an item on Sandbox

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.

Message 1 of 2
latest reply
1 REPLY 1

Not able to list an item on Sandbox

Hello, have you solved this issue ? I've the same issue and i can't found any solution about.

 

Message 2 of 2
latest reply