06-17-2025 02:16 AM
Hi,
I need to create a test order in Sandbox so that I can test a new script I have written which will download orders.
I've created a Sandbox user account which I've connected to my script using OAuth, tokens are working great. I can retrieve orders but currently the return is empty so I need to create some test orders.
So I've gone to both sandbox.ebay.com and sandbox.ebay.co.uk, logged in as my test user, but when I go to "sell" or "My ebay > Selling", the US sandbox takes me to the production website, the UK site takes me to a "pages.sandbox.ebay.co.uk took too long to respond" error.
I've also gone to Develop > Tools > API Explorer to create listings via the API. I've created an OAuth token will full permissions, but every time I run the request it comes back with the following response body:
{
"errors": [
{
"errorId": 1100,
"domain": "ACCESS",
"category": "REQUEST",
"message": "Access denied",
"longMessage": "Insufficient permissions to fulfill the request."
}
]
}
It's very frustrating as my code is all integrated, I just need to test it but I can't as the sandbox environment just isn't working, unless I'm missing something obvious or doing something wrong but I can't see how I am.
Does anyone have any ideas?
Thanks,
Jon