What is the best practice for integrating with Umbraco commerce. I am looking for information about how you would put product data into Umbraco Commerce. Is there an API where you Can push data to or What is the best solution? We want to control when the data is pushed and only push updates/changes after the first Big push.
Product Variants can be imported using the CMSImport package. There is a price to this, depending on the scale of your task.
Another thing is to familiarise yourself with the SQL table schema, and just write a script to import. This should be relatively trivial for any Umbraco developer so long as the input data is nicely formatted.
I remember doing this in the past, and we had 10,000+ products and much of the XML we were importing was malformed. We had to clean it, and then import it using T-SQL scripts in SSMS
Let us know if you have any more issues. Good luck!
Integration
Hello guys,
What is the best practice for integrating with Umbraco commerce. I am looking for information about how you would put product data into Umbraco Commerce. Is there an API where you Can push data to or What is the best solution? We want to control when the data is pushed and only push updates/changes after the first Big push.
Thanks in advance
Hey there, thanks for posting your question.
As you may know, Umbraco Commerce was known as Vendr prior to 2023.
Here's a similar post to yours from 2021.
Product Variants can be imported using the CMSImport package. There is a price to this, depending on the scale of your task.
Another thing is to familiarise yourself with the SQL table schema, and just write a script to import. This should be relatively trivial for any Umbraco developer so long as the input data is nicely formatted.
I remember doing this in the past, and we had 10,000+ products and much of the XML we were importing was malformed. We had to clean it, and then import it using T-SQL scripts in SSMS
Let us know if you have any more issues. Good luck!
is working on a reply...