01-15-2025 11:38 PM
Hello everyone,
I am new in the eBay environment and following the documentation APIs and SDK to integrate my catalog e-commerce to the eBay marketplace. The single aspect of the documentation in Ebay is evident, but it becomes a little bit difficult to understand the guide during the integrations of each aspect of the APIs or SDK.
At the moment, my goal is to import my item products to eBay Marketplace and to do that, I need to Authenticate via API or SDK.
I am following this guide https://developer.ebay.com/api-docs/static/oauth-consent-request.html
and I have configurated the URL return in https://developer.ebay.com/my/auth/?env=sandbox&index=0
But when I use the Get URL https://auth.sandbox.ebay.com/oauth2/authorize and call it, eBay does not redirect to my website.
I would like to do everything via C# code, and I did not understand well if it is possible via SDK (that uses the Api rest) or APIs Rest directly.
Can you help me understand how to use the authenticator?
Thank you,
Achille