> 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-09-30-ce-product-service-new-features.md).

# 2022-09-30: CE - Product Templates and Product Bundles

### Overview

Emporix are pleased to release a number of New features that significantly improve the capabilities of our Product Service for our customers and make it easy to provide a world class Commerce experience.

### New features

| Features                  | Benefits                                                                                                                                                                                                                                                                                                                          |
| ------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Product Templates**     | Emporix provides you with support for the creation of product templates that contain predefined schema to help you specify additional attributes on top features of the base product.                                                                                                                                             |
| **Product Bundles**       | You can decide to sell products together as bundles. For example, a washing machine with washing machine tablets. Product Bundles can have their own price, description, and images.                                                                                                                                              |
| **Related Documents**     | Related Documents can provide a self-service capability to reduce the cost of sales and improve the Customer experience, by allowing your customers to access Product Manuals, Safety Data Sheets and PDF Brochures at the click of a mouse.                                                                                      |
| **Product Relationships** | Customers find it easier to find Products that are related to each other. For example, Related products will be linked together on the website so that it's easier for the Customers to find consumables and accessories related to the main product. A power charger for a laptop, for example, or ink for their chosen Printer. |

### 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-09-30-ce-product-service-new-features.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.
