> 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/2026/2026-06-01-frontend-quick-order-product-comparison.md).

# 2026-06-01: B2B Commerce Frontend - Quick Order and Product Comparison

## Overview

We are introducing two major capabilities to the B2B Commerce Frontend designed to accelerate procurement workflows and improve purchasing confidence for business buyers.

The new Quick Order functionality enables customers to rapidly create and reorder large product lists by searching directly by SKU or uploading CSV/XLSX files. Instead of manually navigating through catalogs and repeatedly adding known products one by one, buyers can now complete routine replenishment orders in a fraction of the time.

In addition, the new Product Comparison feature allows buyers to compare technical specifications side-by-side before purchasing. This supports faster and more accurate decision-making, especially in complex B2B scenarios where compatibility, compliance, and specification validation are critical.

Together, these capabilities reduce operational friction for both buyers and merchants by streamlining high-frequency purchasing journeys, minimizing manual errors, and increasing self-service efficiency.

## New features

| Feature                | Benefit                                                                                                                                                                                                                                     |
| ---------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Quick Order**        | Enables buyers to instantly add known products by SKU or by uploading a CSV/XLSX list of SKUs for known products without browsing through categories or product details pages, dramatically reducing procurement time for repeat purchases. |
| **Product Comparison** | Gives buyers a side-by-side comparison view of product specifications for multiple products, reducing the need to open multiple tabs or build manual spreadsheets for technical validation.                                                 |

## Fixes and improvements

Improved phone number validation in Customer Profile.

## Known problems

No known problems at time of release.

## Documentation and links

User Guides:

* [Overview](/frontend/overview.md)
* [Quick Order](/frontend/commerce-examples/orders/quick-order.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:

```
GET https://developer.emporix.io/release-notes/2026/2026-06-01-frontend-quick-order-product-comparison.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.
