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

Is it possible to use ebay restfull api

Hi, Guys.
I'm trying to integrate eBay restful API or other useful API on my app.
But I'm new in eBay development fields.

I can't integrate eBay APIs on our frontend directly.
It throws CORS error always.
So do I have to integrate eBay APIs on only backend?
I hope someone helps me with this issue asap.

Message 1 of 2
latest reply
1 REPLY 1

Is it possible to use ebay restfull api

Set up a proxy server on your backend that will act as an intermediary between your frontend and the eBay API. The proxy server can forward requests to eBay, receive the response, and send it back to the frontend. This bypasses CORS restrictions because the browser considers requests to your server as same-origin. 

 

By following these steps and integrating the eBay API on your backend, you can overcome CORS restrictions and use eBay's data and functionality in your application. Make sure to consult eBay's developer documentation for specific details on how to authenticate, make requests, and handle responses from their API.

Message 2 of 2
latest reply