How Does The Api System Work?

I'm looking at another store and they agreed to let me use their API system so i can get all their products without manually uploading 1 by 1 atleast thats what i think…



So i wanted to ask how does the API system work exactly and how do i set it up from my end, they said they will provide me a API key but i have no clue what needs to be done from my side.

You can read about it here:



http://docs.cs-cart.com/4.2.x/api/index.html

I wanted to know

I have gotten a API key and token etc from another site to use their API but i have no clue how to use it they said i have to set it up hire some IT guy to do it for my site what exactly is it required?

[quote name='imran_m' timestamp='1410929683' post='192375']

I wanted to know

I have gotten a API key and token etc from another site to use their API but i have no clue how to use it they said i have to set it up hire some IT guy to do it for my site what exactly is it required?

[/quote]



You should create a script which will retrieve products from the http://example.com/api/products url. The script should send authentication parameters (API key and token) and may contain a lot of additional parameters (like filters, e.t.c.).



More information can be find trough the link from the message #2