RESTful API
Reason is simple. Be able to export and import to third party applications.
Such as creating an iphone app you could create orders through an iphone by connecting to your stores API.
Or connecting the store to your bookkeeping system.
Or create a custom order form on a separate site where you can take orders without having a normal storefront, and utilize CS-Carts backend as a order processing system.
22
votes
1 comment
-
Anonymous
commented
Yes, this is ahigly needed feature for any state of the art web application. The API should support bi-directional (retireve catalog data, make orders, login, order history etc) communication.