> For the complete documentation index, see [llms.txt](https://help.supplyd.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.supplyd.co/supplyd-erp/customers/managing-customers/customer-pricing.md).

# Customer Pricing

Managing Customer Pricing helps ensure each customer receives the correct pricing, while making it easier to manage tailored rates and maintain pricing consistency.

**Customer Pricing** allows you to manage pricing specific to individual customers in Supply’d. This gives you greater control over customer-specific rates and ensures the correct pricing is applied when creating orders and managing sales.

This document briefly explains the **Pricing** tab on a customer's page.

***

## The Customer Pricing Tab

The **Pricing** tab on a customer’s page lists the pricing assigned to the customer, providing a central location to view and manage customer-specific pricing and related information.

To view a customer’s pricing:

1. Select **Customers** from the main menu.
2. Select a customer to open their details.
3. Select the **Pricing** tab.

{% hint style="success" %}
👉 The **Customers** page and the options available in the **Customers** list are explained in [The Customers Page](/supplyd-erp/customers/the-customers-page.md) document.
{% endhint %}

<br>

<figure><img src="https://2965503026-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDaPYJDB89ny0x7wcMedb%2Fuploads%2FQyBu0FSyHB4ILs0ezYgh%2FCustomers%20Pricing%20Tab.png?alt=media&amp;token=40378885-d27f-4f47-9f20-78b96c7f519f" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
Active customer pricing will have the status <img src="https://2965503026-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDaPYJDB89ny0x7wcMedb%2Fuploads%2FDznpK5KC4Nzrp7z66pQM%2FACTIVE.jpg?alt=media&amp;token=8ca76269-5acb-4211-8baf-30c891145b53" alt="" data-size="line"> indicating that the customer-specific pricing is currently in effect and will be applied when the customer orders the product.
{% endhint %}

{% hint style="success" %}
👉 For detailed information about how customer-specific pricing works, including how to create, manage, and apply pricing for individual customers, see the [Customer Specific Pricing](/supplyd-erp/customers/customer-specific-pricing.md) document.
{% 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://help.supplyd.co/supplyd-erp/customers/managing-customers/customer-pricing.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.
