# Core Commerce

- [Introduction](https://developer.emporix.io/ce/core-commerce/introduction.md): Learn about Emporix core commerce features.
- [AI Assistance](https://developer.emporix.io/ce/core-commerce/ai-assistance.md): Learn about AI capabilities in Emporix.
- [Carts](https://developer.emporix.io/ce/core-commerce/carts.md): Carts are one of the core concepts of online commerce.
- [Catalogs](https://developer.emporix.io/ce/core-commerce/catalog.md): Catalogs serve as a tool to structure your products.
- [Categories](https://developer.emporix.io/ce/core-commerce/categories.md): Categories gather together products of similar properties.
- [Classifications](https://developer.emporix.io/ce/core-commerce/categories/classifications.md): Learn how classification categories organize products with consistent attributes.
- [Coupons](https://developer.emporix.io/ce/core-commerce/coupons.md): Enhance customers loyalty by offering coupons.
- [Customer Management](https://developer.emporix.io/ce/core-commerce/customer-management.md): Customer Management Service brings the tools to administer information about your customers easily.
- [Approvals](https://developer.emporix.io/ce/core-commerce/customer-management/approvals.md): In B2B segment, having an appropriate approval process in place is crucial.
- [Assisted Buying](https://developer.emporix.io/ce/core-commerce/customer-management/assisted-buying.md): Assist your customers remotely by using the Assisted Buying feature.
- [Customer Groups](https://developer.emporix.io/ce/core-commerce/customer-management/groups.md): Group your B2B customers to allow the right access and scope.
- [Customer Segments](https://developer.emporix.io/ce/core-commerce/customer-management/customer-segments.md): Customer segments allow you to enhance customers experience and target the right group people with the right assortment.
- [Vendor Management](https://developer.emporix.io/ce/core-commerce/vendor-management.md): Vendor Management Service make it possible to easily manage the suppliers and order splitting.
- [Data Localization](https://developer.emporix.io/ce/core-commerce/data-localization.md): Data localization allows you to reach the international customers.
- [Delivery Cycle Management](https://developer.emporix.io/ce/core-commerce/delivery-cycle-management.md): Delivery Cycle Management facilitates shipping your goods to customers.
- [Mixin Schemas](https://developer.emporix.io/ce/core-commerce/mixin-schemas.md): Mixins are custom properties that you can define in Emporix to adapt the system to your specific needs.
- [Media Management](https://developer.emporix.io/ce/core-commerce/media-management.md): Media Service allows you to provide rich content to improve your products visibility.
- [Orders](https://developer.emporix.io/ce/core-commerce/orders.md): Orders stand at the core of e-commerce solution.
- [Shared Orders](https://developer.emporix.io/ce/core-commerce/orders/shared-orders.md): Company-shared orders facilitate order management on your B2B customers side.
- [Pricing](https://developer.emporix.io/ce/core-commerce/pricing-v2.md): Create the pricing models in Emporix.
- [Pricing (Legacy)](https://developer.emporix.io/ce/core-commerce/pricing-v2/pricing.md): Create the pricing models in Emporix (legacy).
- [Products](https://developer.emporix.io/ce/core-commerce/product-user-guide.md): The Product Service empowers you to efficiently manage rich, customizable product data, such as templates, bundles, variants, and media.
- [Availability, location, and stock levels](https://developer.emporix.io/ce/core-commerce/product-user-guide/availabilities.md): Availability service allows you to manage product availability, location, popularity, and stock levels.
- [Brands](https://developer.emporix.io/ce/core-commerce/product-user-guide/brands.md): Manage the brands you deal with easily with Brand Service.
- [Labels](https://developer.emporix.io/ce/core-commerce/product-user-guide/labels.md): Product labels provide and make the important product information easily noticeable.
- [Quotes](https://developer.emporix.io/ce/core-commerce/quote-management.md): The Quote Service enables you to offer personalized pricing for both B2B and B2C customers through automated quote management.
- [Returns](https://developer.emporix.io/ce/core-commerce/returns.md): Returns Service simplifies and automates the return process for both registered and guest customers, offering flexible return handling.
- [Reward Points Management](https://developer.emporix.io/ce/core-commerce/reward-points-management.md): The Reward Points Service automates rewards management that drives customer loyalty and retention.
- [Sites](https://developer.emporix.io/ce/core-commerce/sites.md): Sites correspond to your online shops or warehouses with location-specific settings, such as currencies, taxes, and delivery options.
- [Tax Classes](https://developer.emporix.io/ce/core-commerce/taxes-v2.md): Depending on the countries where your business operates, you need to configure relevant tax classes.
- [Tax classes (Legacy)](https://developer.emporix.io/ce/core-commerce/taxes-v2/taxes.md): Depending on the countries where your business operates, you need to configure relevant tax classes.
- [Measurement Units](https://developer.emporix.io/ce/core-commerce/unit-handling.md): CE provides built-in unit management and conversion mechanism.


---

# Agent Instructions: 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:

```
GET https://developer.emporix.io/ce/core-commerce.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
