# Stock Price Types

## Fixed

Price has to be manually updated.

## Dynamic

Price will automatically update based on supplier orders.

## Notify Price Change

A price change notification will be created based on supplier orders, which can then be approved or rejected.

When a stock product has the Notify Price Change price type, the system monitors whether the pricing on supplier orders have changed. However, the system will not update it automatically. Instead, products are listed on the Stock Price Changes page where users can either accept or reject the price change.

1. In the [**Admin Portal**](https://admin.gobossit.com/), go to the **group level.**
2. Navigate to **Stock > Price changes.**

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

### Accepting or Rejecting a Price Change

1. In the [**Admin Portal**](https://admin.gobossit.com/), go to the **group level.**
2. Navigate to **Stock > Price changes.**
3. Click on the entry you want to accept or reject.
4. Click on **Accept** or **Reject**.

This page also displays the details of the price change. It shows the product details, price comparison, and stock item impact.

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


---

# 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.bossithq.com/stock/stock-price-types.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.
