> 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-stock-integration-engine.md).

# Product Stock Integration Engine

This tutorial provide guidance on adding or editing a product stock integration engine within the OMS screens. The product stock integration engine facilitates the synchronization of stock information for efficient inventory management.

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

* To add a new product stock integration engine, navigate to the Akinon OMS menu and select the **Settings** tab.
* Then, click on **Product Stock Integration**.<br>

  <figure><img src="/files/csYRNT1ZsPltePIZWPR4" alt=""><figcaption></figcaption></figure>
* Click on the **+New Stock Location Engine** button to add new stock location engine.<br>

  <figure><img src="/files/M0L4c91uo5fz6gWXwUxB" alt=""><figcaption></figcaption></figure>
* To edit an existing product stock integration engine, follow the same steps to access **Product Stock Integration** under the **Settings** tab. Select the product stock integration engine you want to edit from the list and proceed to its details.<br>

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

## <mark style="color:red;">Step 2: Add Product Stock Integration Engine​</mark> <a href="#step-2-add-product-stock-integration-engine" id="step-2-add-product-stock-integration-engine"></a>

* In order to add a product stock integration engine, you need to provide the following information:
  * **Name**: Enter a name for the product stock integration engine.
  * **Configuration**: Fill in the **Configuration** field using JSON format. This configuration defines how the integration engine should operate.
  * **Status**: Set the Status to "**Active**" if you want to use this product stock integration engine.<br>

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

## <mark style="color:red;">Step 3: Set as Default (Optional)​</mark> <a href="#step-3-set-as-default-optional" id="step-3-set-as-default-optional"></a>

* In the upper right corner, there is an option to **Set as Default**. Click this button if you want to define the product stock integration engine as the default for all locations within OMS.<br>

  <figure><img src="/files/sGalIMYC3Fc0ID1RqjqU" 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-stock-integration-engine.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.
