Its Possible To Add/import Product From Ecommerce Site With Api

Hi, i need to know. its possible to add / Import product from other ecommerce site like magento,Wp,custom script/. import them product with API? import to cs cart? thanks

For example, Magento has REST API. It is required to create new addon which will use that API to import data. Such a module is required for each 3rd party software (magento,Wp,custom script, etc)

Export foreign site to CSV and then modify the column headings to be cs-cart compatible and then import.

Hi, i need to know. its possible to add / Import product from other ecommerce site like magento,Wp,custom script/. import them product with API? import to cs cart? thanks

Hello!

If you can export products in csv or xml file from other site, then I can recommend you our XML & CSV Import add-on. Then you do not need to edit the exported files, just match the necessary fields.

Hello!

If you can export products in csv or xml file from other site, then I can recommend you our XML & CSV Import add-on. Then you do not need to edit the exported files, just match the necessary fields.

hi.,how about the image?

hi.,how about the image?

Images are also available to match and import.

Images are also available to match and import.

so we need to upload all images first ?

so we need to upload all images first ?

You can specify the whole url of the image, but the import process will be longer. So it is better to store images at the same server where the store is installed.

so we need to upload all images first ?

Actually neither API nor 3rd party module allows to upload images first. Each image should be linked to the object (product, category, etc)

Hi, i need to know. its possible to add / Import product from other ecommerce site like magento,Wp,custom script/. import them product with API? import to cs cart? thanks

Its not only possible but its also available, I have developed an addon for same thing, only thing I am looking for is to import images. if you guys or anyone know please help me also.