I have a commerce system with products in it. The products are categorised and also have groups of attributes.
I’d like to Synchronise/Update the products from the commerce system to a content type of product items defined in Orchard so that the data is pushed to the Orchard content items from the commerce system.
My current thinking is to use Contrib.Taxonomies to represent the categories and the attributes of the products.
The ProductCategory taxonomy will be used as a commerce menu on the site.
The Orchard site will be one channel for the commerce system and all the information about the products has been defined in the commerce system and will only be managed by the commerce system.
Therefore, after synchronisation the Orchard site should represent the commerce product data.
So, any suggestions on...
What would be the best approach to synchronise the taxonomies and the products between the Orchard content DB and the commerce system so that Orchard reflects the commerce systems products in categories as product content types in a ProductCategory taxonomy?
I have been looking at the Import/Export module and wondering if I should write a more specific implementation to meet my requirements. If so, where would I start? If not, what should I do?
(BTW Loving the potential of Orchard CMS!!)