> For the complete documentation index, see [llms.txt](https://duos-b2b-documentation.gitbook.io/duos-b2b-wholesale/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://duos-b2b-documentation.gitbook.io/duos-b2b-wholesale/quotation/overview-of-quotations.md).

# Overview of Quotations

B2B sales always involve price negotiation. Store owners and customers must agree on the price and quantity before buying in bulk.&#x20;

This is why we created our Quotation extensions for Shopify B2B stores. It helps store owners and customers create a professional quote process. Customers can accept a quote with special pricing offered by the store owner after they've negotiated.

<figure><img src="/files/pPc56Z6JLopOeT81i0JP" alt=""><figcaption></figcaption></figure>

Once it is added to the Customer Account, this feature assists B2B company customers in managing quotes of their own company location.&#x20;

<figure><img src="/files/yS1VEKyAMMnaKV2ZaANq" alt=""><figcaption></figcaption></figure>

### Key features

#### 1. For store owners

* Enable “Add to Quote” button for the products/cart pages;
* Allow only B2B customers to submit quote requests;
* Instant quotes
* Store owners and sales reps can manage all quote requests in one place;
* Approve/ reject/update quotes as wished;
* Set a custom price for each product in the quote;
* Set up various quote email notifications with templates. &#x20;
* Get notified about any changes to a quote's status.

**For Customers:**&#x20;

* Add many products to the quote cart from any product/catalog/cart page;
* Easily manage all quote requests submitted in My Quotes under Customer Account;
* Receive emails for any update in quote status;
* Resubmit quote requests (even rejected/closed ones) without having to create new quotes for further negotiation;
* Convert quote items and prices to orders in just a few clicks. The negotiated prices and quantities are automatically moved to the checkout page.

{% hint style="success" %}
Leverage [Shopify's latest Customer Account updates](https://www.shopify.com/blog/introducing-customer-account-extensions), specifically designed to support B2B businesses. This integration enhances the overall B2B experience and provides a more cohesive and powerful toolset for wholesale clients.
{% endhint %}


---

# 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://duos-b2b-documentation.gitbook.io/duos-b2b-wholesale/quotation/overview-of-quotations.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.
