> For the complete documentation index, see [llms.txt](https://docs-shpf.bsscommerce.com/b2b-wholesale-solution/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-shpf.bsscommerce.com/b2b-wholesale-solution/order-management.md).

# Order management

- [✍️ Manual Orders](https://docs-shpf.bsscommerce.com/b2b-wholesale-solution/order-management/manual-orders.md): The Manual Orders module lets you create draft orders on behalf of your B2B customers directly from the app — with all wholesale pricing rules applied automatically.
- [🛒 Create an Order in Backend with Discounts (Manual Orders)](https://docs-shpf.bsscommerce.com/b2b-wholesale-solution/order-management/manual-orders/create-an-order-in-backend-with-discounts-manual-orders.md): Create wholesale draft orders on behalf of customers with all B2B pricing rules automatically applied.
- [✏️ Editing Orders from the Backend](https://docs-shpf.bsscommerce.com/b2b-wholesale-solution/order-management/manual-orders/editing-orders-from-the-backend.md): Modify existing draft orders directly from the app — adjust quantities, update customer details, change pricing, or apply discounts before converting to a live order.
- [🚧 Order Limits](https://docs-shpf.bsscommerce.com/b2b-wholesale-solution/order-management/order-limits.md): Order Limits lets you set minimum and maximum purchase thresholds for your B2B customers — by item quantity or order value.
- [🛒 Set Minimum or Maximum Order Quantity/Amount Your Customers Can Buy](https://docs-shpf.bsscommerce.com/b2b-wholesale-solution/order-management/order-limits/set-minimum-or-maximum-order-quantity-amount-your-customers-can-buy.md): Create order limit rules to control how much customers can buy — enforcing wholesale minimums or protecting against oversized orders.
- [➕ Quantity Increments](https://docs-shpf.bsscommerce.com/b2b-wholesale-solution/order-management/quantity-increments.md): Quantity Increments restricts how customers purchase your products — they can only buy in specific multiples (packs, cases, or sets).
- [🧮 Make Your Products Purchasable in Quantity Increments](https://docs-shpf.bsscommerce.com/b2b-wholesale-solution/order-management/quantity-increments/make-your-products-purchasable-in-quantity-increments.md): Restrict product purchases to fixed quantity multiples — customers can only buy in packs, cases, or bundles you define.
- [📡 Orders Custom Fields](https://docs-shpf.bsscommerce.com/b2b-wholesale-solution/order-management/orders-custom-fields.md)
- [⚙️ How to Enable Custom Notes for Orders](https://docs-shpf.bsscommerce.com/b2b-wholesale-solution/order-management/orders-custom-fields/how-to-enable-custom-notes-for-orders.md)
- [⏰ Net terms](https://docs-shpf.bsscommerce.com/b2b-wholesale-solution/order-management/net-terms.md)
- [💳 Set Up Net Terms for Your B2B Customers](https://docs-shpf.bsscommerce.com/b2b-wholesale-solution/order-management/net-terms/set-up-net-terms-for-your-b2b-customers.md)
- [📧Email notifications](https://docs-shpf.bsscommerce.com/b2b-wholesale-solution/order-management/net-terms/email-notifications.md): Keep customers and your team informed throughout the Net Terms order lifecycle with automated email notifications.


---

# 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://docs-shpf.bsscommerce.com/b2b-wholesale-solution/order-management.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.
