Jump to content

Recommended Posts

hello all! :)

 

Maybe my question is stupid, but what is the easiest way to synchronize an e-commerce shop with an ebay shop (in the sense that if an item is sold in ebay, the stock in the php based e-commerce gets updated accordingly, and vice-versa)?

 

Are there any extensions of existing products such as Magento which do this? Or otherwise the only possibility is using the ebay API?

 

Can you give me some hints please?

Thank you very much!

Bye.

Link to comment
https://forums.phpfreaks.com/topic/191068-ebay-synchronization/
Share on other sites

Yes, you are looking at their API for this. I'm not sure if there are any event triggers in Ebay where a user buys an item and it will poll your website, however the API will provide an interface to request information from your items listed on ebay. I guess you would set this up as a daily routine. i.e

Request data for items listed on Ebay

If item is sold, update quantity value in local database for matched product

 

This is certainly not going to be a five minute install some script job. You are better getting involved in the Ebay developers community.

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.