Reputation: 149
I cant find any documentation that states the version history, does anyone know whether magento 1.4.1.1 supports cart.create method in the API for programmatic order creation from POS.
Many thanks
Upvotes: 0
Views: 159
Reputation: 149
I found the answer. The cart api was introduced in magento version 1.5. I have added it to my 1.4.1.1 site by downloading 1.5 and copying the following folders;
app/code/core/mage/checkout/cart
app/code/core/mage/checkout/api
and the following files;
app/code/core/mage/checkout/etc/api.xml
app/code/core/mage/checkout/etc/wsdl.xml
app/code/core/mage/checkout/etc/wsi.xml
Sorted!
Hope this helps someone.
Upvotes: 1