> For the complete documentation index, see [llms.txt](https://docs.akinon.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.akinon.com/tutorials/oms/product-search.md).

# Product Search

This tutorial explains how to perform a product search within the OMS screens. This feature allows users to quickly locate and access product information.

## <mark style="color:red;">Step 1: Access Product Search​</mark> <a href="#step-1-access-product-search" id="step-1-access-product-search"></a>

* To initiate a product search, navigate to the Akinon OMS menu and select the **Settings** tab.
* Then, click on **Product Search**.<br>

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

## <mark style="color:red;">Step 2: Real-Time Stock Query​</mark> <a href="#step-2-real-time-stock-query" id="step-2-real-time-stock-query"></a>

* To perform a real-time stock query of a specific product, you need to enter the product's **SKU number**.
* After entering the SKU number, click the **Query** button to search.
* Optionally, a **Stock Location** can be selected from the field provided to filter results based on location information.<br>

  <figure><img src="/files/CzP4uN7dWwDObU3hRnuv" alt="" width="375"><figcaption></figcaption></figure>

## <mark style="color:red;">Step 3: Retrieve Product Information​</mark> <a href="#step-3-retrieve-product-information" id="step-3-retrieve-product-information"></a>

* After executing the query, the following information returns:
  * **Stock Location**: Indicates the location where the product is stocked.
  * **City**: Specifies the city associated with the stock location.
  * **Number of Available Stocks**: Reflects the quantity of available products in stock.
  * **Number of Available Reservations**: Shows the number of products that have been reserved but not yet shipped.
  * **Number of Marked as Out Of Stock**: Indicates the quantity of products marked as out of stock.
  * **Transfer - Number of Marked as Out Of Stock**: Provides the number of products marked as out of stock specifically for transfers.<br>

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


---

# 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:

```
GET https://docs.akinon.com/tutorials/oms/product-search.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.
