# Overview

The Quick Order module is designed for B2B buyers who already know what they want and just need a fast way to add many products at once.

## What you can do with Quick Order:

* Show a compact list of products with key info (image, SKU, variant, price, stock, quantity, subtotal).
* Let customers search, filter, and page through products quickly.
* Allow them to set quantities for many items and quickly add everything to the cart.
* Support CSV upload for long order lists.
* Control access by customer login, tags, or B2B settings.
* Create multiple pages for different segments, plus an optional Universal Page that acts as a central intelligence hub to route every buyer effectively.

***

## Typical B2B scenarios:

* Wholesale customers reordering their usual SKUs every month.
* Dealers ordering spare parts or consumables.
* Internal staff placing orders on behalf of offline customers.

Quick Order simplifies the journey from “I know what I need” to “cart ready to checkout”, while still using Shopify’s native cart and checkout.

Quick view of key elements:

| Item                       | Description                                                                                                                                                   |
| -------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Quick Order Page           | A specific bulk-order page with its own rules/layout.                                                                                                         |
| Universal Quick Order Page | Deploy a single, permanent URL that acts as a central portal, automatically redirecting logged-in customers to their specifically assigned Quick Order Pages. |
| General Settings           | Global behaviour: search, cart actions, CSV, messages.                                                                                                        |
| Display Options            | Layout and columns: table view, grid/card view, etc.                                                                                                          |
| Theme Integration          | App embed and blocks that show pages on the storefront.                                                                                                       |


---

# 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://docs-shpf.bsscommerce.com/bss-b2b-quick-order-and-quotes/quick-order/overview.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.
