Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Is there an ability in Tea Commerce's API that's enable to change the stock balance in the system or gain access to a ERP system?
// Fullmetalboy
Hi Fullmetalboy,
You can use CMS import to import at thereby update products (nodes) in Tea Commerce:http://our.umbraco.org/projects/developer-tools/cmsimport
The data can then be imported from an external ERP system. To export products from Umbraco/Tea Commerce, you can just make an xslt write all product nodes to a csv or xml file.
/Rune
Hi Fullmetalboy
You can also use the Tea Commerce .NET API to connect to the external system and tell when an order is completed to your accounting system or ERP.
http://rune.gronkjaer.dk/en-US/2011/02/21/tea-commerce-net-api-explained/http://rune.gronkjaer.dk/en-US/2010/11/26/how-to-use-the-tea-commerce-events/
/Anders
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Use API to change
Is there an ability in Tea Commerce's API that's enable to change the stock balance in the system or gain access to a ERP system?
// Fullmetalboy
Hi Fullmetalboy,
You can use CMS import to import at thereby update products (nodes) in Tea Commerce:
http://our.umbraco.org/projects/developer-tools/cmsimport
The data can then be imported from an external ERP system. To export products from Umbraco/Tea Commerce, you can just make an xslt write all product nodes to a csv or xml file.
/Rune
Hi Fullmetalboy
You can also use the Tea Commerce .NET API to connect to the external system and tell when an order is completed to your accounting system or ERP.
http://rune.gronkjaer.dk/en-US/2011/02/21/tea-commerce-net-api-explained/
http://rune.gronkjaer.dk/en-US/2010/11/26/how-to-use-the-tea-commerce-events/
/Anders
is working on a reply...