Creating Product Variants and reading it using .NET OrderCloud SDK in Sitecore OrderCloud
Hello everyone, in this blog we will see, how we can create product variant in Sitecore OrderCloud. Let's understand what is product variant. I will explain you in terms of example. Consider we are having TShirt. TShirt can be of different color and size. Lets consider there are two colors(Blue and Green) and there are 3 sizes(small,medium and large). So for TShirt, if we calculate the variants for the TShirt, variants is calculated as 1*2*3 = 6 different variants. Now let's concentrate on how we can create a product variant. Follow the below steps: Step 1: Create a Spec (In the context of OrderCloud, a "spec" typically refers to a specification or a set of specifications related to a particular entity or feature within the platform).We will be creating Size Spec.Follow below screenshot for your reference. Step 2: Create a Spec Option . Lets create two Spec option for size. Large and Small.Follow below screenshot for refernce. Verify your Spec Options for the ...