Copied to clipboard

Flag this post as spam?

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


  • Gordon Saxby 1347 posts 1608 karma points
    Sep 26, 2018 @ 09:25
    Gordon Saxby
    0

    Is there an API for Variant creation?

    We would like to be able to automate the generation of SKU values for product variants.

    Is there an API that I can use? Or any other way to "plug into" the variant creation process?

  • Rune Grønkjær 1303 posts 2895 karma points
    Sep 27, 2018 @ 07:04
    Rune Grønkjær
    0

    Hi Gordon,

    The standard variant system that follows with Tea Commerce for Umbraco let's only the javascript data type create variants. The variants are basically just a blob of json like so many other data types.

    You can see all the code for the data type here: https://github.com/TeaCommerce/Tea-Commerce-for-Umbraco/tree/master/Source/TeaCommerce.Umbraco.Application/PropertyEditors

    /Rune

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies