> For the complete documentation index, see [llms.txt](https://developer.emporix.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.emporix.io/release-notes/archive/2022/2022-11-25-ce-product-variants.md).

# 2022-11-25: CE - Product Variants

### Overview

The Product Variants feature allows Catalog Managers to define a product, based on a Product Template, that includes specific attributes and values, to allow the automatic generation of Product Variants from it. For example, a Product called a T-Shirt can be created that has the attributes Color (Red, Green) and Size (Small, Large). Once defined, the Emporix platform will automatically generate the Variants (Red/Small, Red/Large, Green/Small, Green/Large) from it. There is no limit to the number of variants that can be generated.

### New features

| Features                                                   | Benefits                                                                                                                                                              |
| ---------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Inherit Attributes and Values from a Product Template**  | Easy maintenance and management, decoupled from the Variants themselves.                                                                                              |
| **Inherit Values from the Variant Parent**                 | Only need to override the necessary values to minimize maintenance and set up times.                                                                                  |
| **Automatic generation of variants**                       | Simplified Catalog Management - No manual work needed, set up the template and watch as the system does the rest.                                                     |
| **Parent Variants are linked to Product Template Version** | Need to change the attributes or values? No Problem! Simply change the Template and link the new template to the Variant Parent - changes will be automatically made. |

### Fixes and improvements

None as these are new services.

### Known problems

No known problems at time of release.

### Documentation and links

* User Guide - [Products guide](/ce/core-commerce/product-user-guide.md)
* Developer Guide - [Product Service guide](/api-references/api-guides/products-labels-and-brands/product-service/product.md)
* API Reference - [Product Service](/api-references/api-guides/products-labels-and-brands/product-service.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://developer.emporix.io/release-notes/archive/2022/2022-11-25-ce-product-variants.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
