Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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?
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
is working on a reply...
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.
Continue discussion
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?
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
is working on a reply...
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.