Anybody there who has integrated with Magento/eBay using Web APIs?

Hi all,
One of the upcoming projects we have in the pipeline is to integrate our Clarion application with Magento/eBay using it’s own web API. I am unsure how to go about this.

Is there anybody out there who has already integrated with Magento/eBay before? My Clarion application uses TPS files as backend.

Thanks

Mathew

Related Link

Is it REST API? Link?

Thanks RaFaeL ,
Skim reading the api guide suggest that they both support REST as well as SOAP APIs.

Hi Matthew,

Not Magento or eBay but have done Amazon and eBay looks similar. I’m hoping so as I have to do this for a client over the next month. Will keep in touch as I get it done.

Jonathan

1 Like

If REST, it’s easy. You just need libcurl https://github.com/mikeduglas/libcurl/ and JSONDataClass. For example, I integrate my app with Google Calendar API with this in couple of lines

1 Like

Thanks @RaFaeL

I’ll have a look and see where I get with it… Cheers