I want to create a copy of all products under a particular category on my uCommerce website and place these products under a new category with some changes to price and product information. I can see mention of uConnector when doing a google search that can possibly help on this however I cant find any documentation or examples on how to use this. Can anyone help?
I basically want to duplicate the categories and products under Primo Eliquids and create a new category called ValueVape with the same sub categories and products as Primo Eliquids with changes to the products price and description.
uConnector is not realeased yet. It is still in beta. And it might not be the best fit for your problem, as it is intended to be performing scheduled recurring operations.
There is not a lot of documentation yet! :-) But you might find a few parts that you can use.
There are a couple of demo operations for reading and writing product data using Excel files and CSV files. You might be able to convert these operations to something you can use. You probably need to set up the uCommerce configuration.
Classes to look at: ExportProductsToLocalExcelFile.cs and ImportLocalExcelFileOperation.cs
Be warned! uConnector is in BETA! It might blow up! :-)
Alternative you might have to do a manual copy of the products using the API.
Bulk product creation
I want to create a copy of all products under a particular category on my uCommerce website and place these products under a new category with some changes to price and product information. I can see mention of uConnector when doing a google search that can possibly help on this however I cant find any documentation or examples on how to use this. Can anyone help?
The website I am refering to is:
http://enjuice.com/shop/e-liquid/primo-eliquids/c-23/c-75
I basically want to duplicate the categories and products under Primo Eliquids and create a new category called ValueVape with the same sub categories and products as Primo Eliquids with changes to the products price and description.
Cheers,
Marc
Hi Marc,
uConnector is not realeased yet. It is still in beta. And it might not be the best fit for your problem, as it is intended to be performing scheduled recurring operations.
But! It does have some functionality you can use.
You can take a look at the Samples project on BitBucket. https://bitbucket.org/uCommerce/uconnector-samples
There is not a lot of documentation yet! :-) But you might find a few parts that you can use.
There are a couple of demo operations for reading and writing product data using Excel files and CSV files. You might be able to convert these operations to something you can use. You probably need to set up the uCommerce configuration.
Classes to look at: ExportProductsToLocalExcelFile.cs and ImportLocalExcelFileOperation.cs
Be warned! uConnector is in BETA! It might blow up! :-)
Alternative you might have to do a manual copy of the products using the API.
Kind regards,
Jesper
is working on a reply...