Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • overgaard854 1 post 21 karma points
    Jul 12, 2024 @ 12:16
    overgaard854
    0

    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

  • Chris Randle 85 posts 199 karma points c-trib
    Jul 17, 2024 @ 00:26
    Chris Randle
    0

    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!

Please Sign in or register to post replies

Write your reply to:

Draft