How To Push Inventory Updates To Cs Cart

Hi, this is probably a fairly basic question yet I didn´t find an answer in the forum, so here it goes.



I´m considering to buy and install cs-cart but need a way to sync the stock info from a custom made inventory system that manages normal stores.



Which means, if inventory changes we need the cart to have it updated so that it doesn´t sell things we don´t have.



We currently have created a system that exports stock info of the inventory system exporting to an SqlServer database every 5 minutes, in order to be near real time, so we can export from there to any API or webservices, just need to know if this is possible with cs-cart and how.





thanks

You can update using the api or write a simple little rest interface.

[quote name='salacias' timestamp='1428887125' post='211179']

Hi, this is probably a fairly basic question yet I didn´t find an answer in the forum, so here it goes.



I´m considering to buy and install cs-cart but need a way to sync the stock info from a custom made inventory system that manages normal stores.



Which means, if inventory changes we need the cart to have it updated so that it doesn´t sell things we don´t have.



We currently have created a system that exports stock info of the inventory system exporting to an SqlServer database every 5 minutes, in order to be near real time, so we can export from there to any API or webservices, just need to know if this is possible with cs-cart and how.

[/quote]



Please take a look:



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

Thanks a lot, I'll take a look into the api