> For the complete documentation index, see [llms.txt](https://apidocs.rnet-tec.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://apidocs.rnet-tec.com/retrieving-data/inventory.md).

# Inventory

## Get list of Item Inventory details by date modified and other parameters

<mark style="color:blue;">`GET`</mark> `https://api.rnetpos.com/v1/inventory`

#### Query Parameters

<table><thead><tr><th width="278">Name</th><th width="193">Type</th><th>Description</th></tr></thead><tbody><tr><td>include_item_changes<br>(optional, default = false)</td><td>Boolean</td><td>To force comparing passed "date_modified" parameter with dates of creation and modification of item and its in store</td></tr><tr><td>item_id<br>(optional)</td><td>GUID</td><td>Item Id</td></tr><tr><td>store_id<br>(optional)</td><td>GUID</td><td>Store Id</td></tr><tr><td>page_number<br>(optional)</td><td>Int</td><td>Pagination</td></tr><tr><td>page_size<br>(optional)</td><td>Int</td><td>Count of items per page</td></tr><tr><td>date_modified <mark style="color:red;">*</mark></td><td>String</td><td><ul><li>From date of inventory changes</li><li>From date for item changes - used with "include_item_changes" parameter<br>(yyyy-MM-dd)</li></ul></td></tr><tr><td>excluded_item_types<br>(optional)</td><td>String</td><td>Comma separated types</td></tr><tr><td>totals_only<br>(optional, default = false)</td><td>Boolean</td><td>Determines whether to include inventory details for each store in the result ("storesInventory" property)</td></tr><tr><td>group_code<br>(optional)</td><td>String</td><td>Comma separated group codes</td></tr><tr><td>store_code<br>(optional)</td><td>String</td><td>Comma separated store codes</td></tr><tr><td>model_number<br>(optional)</td><td>String</td><td>Model number</td></tr><tr><td>barcode_number<br>(optional)</td><td>String</td><td>Barcode number</td></tr><tr><td>include_inactive<br>(optional, default = false)</td><td>Boolean</td><td>Include inactive items</td></tr><tr><td>allow_partial_variants_item_group<br>(optional, default = false)</td><td>Boolean</td><td>Allow different connection to group statuses for 2 and 1 item types</td></tr></tbody></table>

**Example in which "totals\_only" = true:**

{% tabs %}
{% tab title="200 " %}

```json
[
    {
        "Item": {
            "MatrixColumn": null,
            "ItemID": "afd030ec-6c74-406f-b58b-070485980b1e",
            "ItemStoreID": "00000000-0000-0000-0000-000000000000",
            "Name": "צלחת פרפקט קטנה מחודש - כחול פטרול",
            "BarcodeNumber": "7290106541160",
            "ModelNumber": "7.2901065412e+012",
            "MatrixKey": null,
            "Description": null,
            "GeneralPrice": 7.000,
            "Cost": null,
            "IsCostTaxable": null,
            "TaxRate": null,
            "ERPCode": null,
            "ItemType": 0,
            "ParentItem": {
                "MatrixColumn": null,
                "ItemID": "00000000-0000-0000-0000-000000000000",
                "ItemStoreID": "00000000-0000-0000-0000-000000000000",
                "Name": null,
                "BarcodeNumber": null,
                "ModelNumber": null,
                "MatrixKey": null,
                "Description": null,
                "GeneralPrice": null,
                "Cost": null,
                "IsCostTaxable": null,
                "TaxRate": null,
                "ERPCode": null,
                "ItemType": 0,
                "ParentItem": null,
                "TotalOnHand": 7.0,
                "Status": null,
                "DateModified": null,
                "StoreIDs": null,
                "IsChainPrice": null,
                "PriceInSpecificStore": null
            },
            "TotalOnHand": null,
            "Status": null,
            "DateModified": null,
            "StoreIDs": null,
            "IsChainPrice": null,
            "PriceInSpecificStore": null
        },
        "storesInventory": [],
        "TotalOnHand": 7.0
    }
]
```

{% endtab %}
{% endtabs %}

**Example in which "totals\_only" = false:**

{% tabs %}
{% tab title="200" %}

```json
[
    {
        "Item": {
            "MatrixColumn": null,
            "ItemID": "afd030ec-6c74-406f-b58b-070485980b1e",
            "ItemStoreID": "00000000-0000-0000-0000-000000000000",
            "Name": "צלחת פרפקט קטנה מחודש - כחול פטרול",
            "BarcodeNumber": "7290106541160",
            "ModelNumber": "7.2901065412e+012",
            "MatrixKey": null,
            "Description": null,
            "GeneralPrice": 7.000,
            "Cost": null,
            "IsCostTaxable": null,
            "TaxRate": null,
            "ERPCode": null,
            "ItemType": 0,
            "ParentItem": {
                "MatrixColumn": null,
                "ItemID": "00000000-0000-0000-0000-000000000000",
                "ItemStoreID": "00000000-0000-0000-0000-000000000000",
                "Name": null,
                "BarcodeNumber": null,
                "ModelNumber": null,
                "MatrixKey": null,
                "Description": null,
                "GeneralPrice": null,
                "Cost": null,
                "IsCostTaxable": null,
                "TaxRate": null,
                "ERPCode": null,
                "ItemType": 0,
                "ParentItem": null,
                "TotalOnHand": 7.0,
                "Status": null,
                "DateModified": null,
                "StoreIDs": null,
                "IsChainPrice": null,
                "PriceInSpecificStore": null
            },
            "TotalOnHand": null,
            "Status": null,
            "DateModified": null,
            "StoreIDs": null,
            "IsChainPrice": null,
            "PriceInSpecificStore": null
        },
        "storesInventory": [
            {
                "OnHand": 9.0,
                "InventoryERPCode": null,
                "ReorderPoint": 900.000,
                "RestockLevel": 0.000,
                "StoreID": "910b2407-621c-4b25-a003-776fd8d5b13b",
                "Code": "997",
                "ERPCode": null,
                "PriceLeveExID": null,
                "StoreName": "אילת",
                "Status": null,
                "DefaultTax": null
            },
            {
                "OnHand": -2.0,
                "InventoryERPCode": null,
                "ReorderPoint": 0.000,
                "RestockLevel": 0.000,
                "StoreID": "d6caa89f-9be0-43ab-b03c-b4536670e26a",
                "Code": "2",
                "ERPCode": null,
                "PriceLeveExID": null,
                "StoreName": "בני ברק",
                "Status": null,
                "DefaultTax": null
            },
            ...
        ],
        "TotalOnHand": 7.0
    }
]
```

{% endtab %}
{% endtabs %}

## Get list of Inventory details for Item by barcode

<mark style="color:blue;">`GET`</mark> `https://api.rnetpos.com/v1/inventory/barcode/{barcode_number}`

#### Path Parameters

<table><thead><tr><th width="171">Name</th><th width="102">Type</th><th>Description</th><th>Example</th></tr></thead><tbody><tr><td>barcode_number</td><td>String</td><td>Barcode number</td><td>7290106541160</td></tr></tbody></table>

#### Query Parameters

<table><thead><tr><th width="236">Name</th><th width="192">Type</th><th>Description</th></tr></thead><tbody><tr><td>totals_only<br>(optional, default = false)</td><td>Boolean</td><td>Determines whether to include inventory details for each store in the result ("storesInventory" property)</td></tr></tbody></table>

{% tabs %}
{% tab title="200 " %}

```json
{
    "Item": {
        "ItemID": "afd030ec-6c74-406f-b58b-070485980b1e",
        "ItemStoreID": "00000000-0000-0000-0000-000000000000",
        "Name": "צלחת פרפקט קטנה מחודש - כחול פטרול",
        "BarcodeNumber": "7290106541160",
        "ModelNumber": "7.2901065412e+012",
        "MatrixKey": null,
        "Description": null,
        "GeneralPrice": null,
        "Cost": null,
        "IsCostTaxable": null,
        "TaxRate": null,
        "ERPCode": null,
        "ItemType": 0,
        "ParentItem": null,
        "TotalOnHand": null,
        "Status": null,
        "DateModified": "2023-09-06 14:41:01",
        "StoreIDs": null,
        "IsChainPrice": null,
        "PriceInSpecificStore": null
    },
    "storesInventory": null,
    "TotalOnHand": 7.0
}
```

{% endtab %}
{% endtabs %}

## Get single Inventory for Item by barcode in Store specified by id

<mark style="color:blue;">`GET`</mark> `https://api.rnetpos.com/v1/inventory/barcode/{barcode_number}/storeID/{store_id}`

#### Path Parameters

<table><thead><tr><th width="155">Name</th><th width="92">Type</th><th width="150">Description</th><th>Example</th></tr></thead><tbody><tr><td>barcode_number</td><td>String</td><td>Barcode number</td><td>7290106541160</td></tr><tr><td>store_id</td><td>GUID</td><td>Store id</td><td>910b2407-621c-4b25-a003-776fd8d5b13b</td></tr></tbody></table>

{% tabs %}
{% tab title="200" %}

```json
{
    "Item": {
        "ItemID": "afd030ec-6c74-406f-b58b-070485980b1e",
        "ItemStoreID": "00000000-0000-0000-0000-000000000000",
        "Name": "צלחת פרפקט קטנה מחודש - כחול פטרול",
        "BarcodeNumber": "7290106541160",
        "ModelNumber": "7.2901065412e+012",
        "MatrixKey": null,
        "Description": null,
        "GeneralPrice": null,
        "Cost": null,
        "IsCostTaxable": null,
        "TaxRate": null,
        "ERPCode": null,
        "ItemType": 0,
        "ParentItem": null,
        "TotalOnHand": null,
        "Status": null,
        "DateModified": "2023-09-06 14:41:01",
        "StoreIDs": null,
        "IsChainPrice": null,
        "PriceInSpecificStore": null
    },
    "storesInventory": [
        {
            "OnHand": 9.0,
            "InventoryERPCode": null,
            "ReorderPoint": 900.000,
            "RestockLevel": 0.000,
            "StoreID": "910b2407-621c-4b25-a003-776fd8d5b13b",
            "Code": "997",
            "ERPCode": null,
            "PriceLeveExID": null,
            "StoreName": "אילת",
            "Status": null,
            "DefaultTax": null
        }
    ],
    "TotalOnHand": 7.0
}
```

{% endtab %}
{% endtabs %}

## Get single Inventory for Item by barcode in Store specified by code

<mark style="color:blue;">`GET`</mark> `https://api.rnetpos.com/v1/inventory/barcode/{barcode_number}/store/{store_code}`

#### Path Parameters

<table><thead><tr><th width="204">Name</th><th width="92">Type</th><th width="205">Description</th><th>Example</th></tr></thead><tbody><tr><td>barcode_number</td><td>String</td><td>Barcode number</td><td>7290106541160</td></tr><tr><td>store_code</td><td>String</td><td>Store code</td><td>997</td></tr></tbody></table>

{% tabs %}
{% tab title="200 " %}

```json
{
    "Item": {
        "ItemID": "afd030ec-6c74-406f-b58b-070485980b1e",
        "ItemStoreID": "00000000-0000-0000-0000-000000000000",
        "Name": "צלחת פרפקט קטנה מחודש - כחול פטרול",
        "BarcodeNumber": "7290106541160",
        "ModelNumber": "7.2901065412e+012",
        "MatrixKey": null,
        "Description": null,
        "GeneralPrice": null,
        "Cost": null,
        "IsCostTaxable": null,
        "TaxRate": null,
        "ERPCode": null,
        "ItemType": 0,
        "ParentItem": null,
        "TotalOnHand": null,
        "Status": null,
        "DateModified": "2023-09-06 14:41:01",
        "StoreIDs": null,
        "IsChainPrice": null,
        "PriceInSpecificStore": null
    },
    "storesInventory": [
        {
            "OnHand": 9.0,
            "InventoryERPCode": null,
            "ReorderPoint": 900.000,
            "RestockLevel": 0.000,
            "StoreID": "910b2407-621c-4b25-a003-776fd8d5b13b",
            "Code": "997",
            "ERPCode": null,
            "PriceLeveExID": null,
            "StoreName": "אילת",
            "Status": null,
            "DefaultTax": null
        }
    ],
    "TotalOnHand": 7.0
}
```

{% endtab %}
{% endtabs %}

## Get single Inventory for Item by barcode in Store specified by ErpCode

<mark style="color:blue;">`GET`</mark> `https://api.rnetpos.com/v1/inventory/barcode/{barcode_number}/storeERP/{store_erp}`

#### Path Parameters

<table><thead><tr><th width="204">Name</th><th width="228">Type</th><th width="313">Description</th></tr></thead><tbody><tr><td>barcode_number</td><td>String</td><td>Barcode number</td></tr><tr><td>store_erp</td><td>String</td><td>Store Erp Code</td></tr></tbody></table>

## Get Inventory for Matrix Items by model in specified by code Store

<mark style="color:blue;">`GET`</mark> `https://api.rnetpos.com/v1/inventory/model/{model_number}/store/{store_code}`

#### Path Parameters

<table><thead><tr><th width="171">Name</th><th width="101">Type</th><th width="179">Description</th><th>Example</th></tr></thead><tbody><tr><td>model_number</td><td>String</td><td>Model number</td><td>603020</td></tr><tr><td>store_code</td><td>String</td><td>Store code</td><td>2</td></tr></tbody></table>

{% tabs %}
{% tab title="200 " %}

```json
[
    {
        "Item": {
            "MatrixColumn": [
                {
                    "id": "1",
                    "val": "40",
                    "title": "מידה",
                    "sort": null,
                    "parameters": null
                },
                {
                    "id": "2",
                    "val": "Black",
                    "title": "צבע",
                    "sort": null,
                    "parameters": null
                },
                {
                    "id": "3",
                    "val": null,
                    "title": "גודל",
                    "sort": null,
                    "parameters": null
                },
                {
                    "id": "4",
                    "val": null,
                    "title": "דוגמא",
                    "sort": null,
                    "parameters": null
                },
                {
                    "id": "5",
                    "val": null,
                    "title": "אורך",
                    "sort": null,
                    "parameters": null
                },
                {
                    "id": "6",
                    "val": null,
                    "title": "עונה",
                    "sort": null,
                    "parameters": null
                }
            ],
            "ItemID": "9646bf82-8e34-4c72-a196-874b30af9e16",
            "ItemStoreID": "00000000-0000-0000-0000-000000000000",
            "Name": "תצוגה",
            "BarcodeNumber": "60302040Black",
            "ModelNumber": "603020",
            "MatrixKey": null,
            "Description": null,
            "GeneralPrice": null,
            "Cost": null,
            "IsCostTaxable": null,
            "TaxRate": null,
            "ERPCode": null,
            "ItemType": 0,
            "ParentItem": null,
            "TotalOnHand": null,
            "Status": null,
            "DateModified": null,
            "StoreIDs": null,
            "IsChainPrice": null,
            "PriceInSpecificStore": null
        },
        "storesInventory": [
            {
                "OnHand": -1.0,
                "InventoryERPCode": null,
                "ReorderPoint": 0.000,
                "RestockLevel": 0.000,
                "StoreID": "d6caa89f-9be0-43ab-b03c-b4536670e26a",
                "Code": "2",
                "ERPCode": null,
                "PriceLeveExID": null,
                "StoreName": "בני ברק",
                "Status": null,
                "DefaultTax": null
            }
        ],
        "TotalOnHand": -1.0
    },
    {
        "Item": {
            "MatrixColumn": [
                {
                    "id": "1",
                    "val": "44",
                    "title": "מידה",
                    "sort": null,
                    "parameters": null
                },
                {
                    "id": "2",
                    "val": "Black",
                    "title": "צבע",
                    "sort": null,
                    "parameters": null
                },
                {
                    "id": "3",
                    "val": null,
                    "title": "גודל",
                    "sort": null,
                    "parameters": null
                },
                {
                    "id": "4",
                    "val": null,
                    "title": "דוגמא",
                    "sort": null,
                    "parameters": null
                },
                {
                    "id": "5",
                    "val": null,
                    "title": "אורך",
                    "sort": null,
                    "parameters": null
                },
                {
                    "id": "6",
                    "val": null,
                    "title": "עונה",
                    "sort": null,
                    "parameters": null
                }
            ],
            "ItemID": "c98b0012-4c5a-4836-a33a-b57aaac0e31f",
            "ItemStoreID": "00000000-0000-0000-0000-000000000000",
            "Name": "תצוגה",
            "BarcodeNumber": "60302044Black",
            "ModelNumber": "603020",
            "MatrixKey": null,
            "Description": null,
            "GeneralPrice": null,
            "Cost": null,
            "IsCostTaxable": null,
            "TaxRate": null,
            "ERPCode": null,
            "ItemType": 0,
            "ParentItem": null,
            "TotalOnHand": null,
            "Status": null,
            "DateModified": null,
            "StoreIDs": null,
            "IsChainPrice": null,
            "PriceInSpecificStore": null
        },
        "storesInventory": [
            {
                "OnHand": -1.0,
                "InventoryERPCode": null,
                "ReorderPoint": 0.000,
                "RestockLevel": 0.000,
                "StoreID": "d6caa89f-9be0-43ab-b03c-b4536670e26a",
                "Code": "2",
                "ERPCode": null,
                "PriceLeveExID": null,
                "StoreName": "בני ברק",
                "Status": null,
                "DefaultTax": null
            }
        ],
        "TotalOnHand": -1.0
    },
    {
        "Item": {
            "MatrixColumn": [
                {
                    "id": "1",
                    "val": "49",
                    "title": "מידה",
                    "sort": null,
                    "parameters": null
                },
                {
                    "id": "2",
                    "val": "Black",
                    "title": "צבע",
                    "sort": null,
                    "parameters": null
                },
                {
                    "id": "3",
                    "val": null,
                    "title": "גודל",
                    "sort": null,
                    "parameters": null
                },
                {
                    "id": "4",
                    "val": null,
                    "title": "דוגמא",
                    "sort": null,
                    "parameters": null
                },
                {
                    "id": "5",
                    "val": null,
                    "title": "אורך",
                    "sort": null,
                    "parameters": null
                },
                {
                    "id": "6",
                    "val": null,
                    "title": "עונה",
                    "sort": null,
                    "parameters": null
                }
            ],
            "ItemID": "84d2667e-467c-4701-ba3b-16e542508823",
            "ItemStoreID": "00000000-0000-0000-0000-000000000000",
            "Name": "תצוגה",
            "BarcodeNumber": "60302049Black",
            "ModelNumber": "603020",
            "MatrixKey": null,
            "Description": null,
            "GeneralPrice": null,
            "Cost": null,
            "IsCostTaxable": null,
            "TaxRate": null,
            "ERPCode": null,
            "ItemType": 0,
            "ParentItem": null,
            "TotalOnHand": null,
            "Status": null,
            "DateModified": null,
            "StoreIDs": null,
            "IsChainPrice": null,
            "PriceInSpecificStore": null
        },
        "storesInventory": [
            {
                "OnHand": -1.0,
                "InventoryERPCode": null,
                "ReorderPoint": 0.000,
                "RestockLevel": 0.000,
                "StoreID": "d6caa89f-9be0-43ab-b03c-b4536670e26a",
                "Code": "2",
                "ERPCode": null,
                "PriceLeveExID": null,
                "StoreName": "בני ברק",
                "Status": null,
                "DefaultTax": null
            }
        ],
        "TotalOnHand": -1.0
    },
    {
        "Item": {
            "MatrixColumn": [
                {
                    "id": "1",
                    "val": "52",
                    "title": "מידה",
                    "sort": null,
                    "parameters": null
                },
                {
                    "id": "2",
                    "val": "Black",
                    "title": "צבע",
                    "sort": null,
                    "parameters": null
                },
                {
                    "id": "3",
                    "val": null,
                    "title": "גודל",
                    "sort": null,
                    "parameters": null
                },
                {
                    "id": "4",
                    "val": null,
                    "title": "דוגמא",
                    "sort": null,
                    "parameters": null
                },
                {
                    "id": "5",
                    "val": null,
                    "title": "אורך",
                    "sort": null,
                    "parameters": null
                },
                {
                    "id": "6",
                    "val": null,
                    "title": "עונה",
                    "sort": null,
                    "parameters": null
                }
            ],
            "ItemID": "d0b35090-2acb-472c-b413-fcd6bc2ae0cf",
            "ItemStoreID": "00000000-0000-0000-0000-000000000000",
            "Name": "תצוגה",
            "BarcodeNumber": "60302052Black",
            "ModelNumber": "603020",
            "MatrixKey": null,
            "Description": null,
            "GeneralPrice": null,
            "Cost": null,
            "IsCostTaxable": null,
            "TaxRate": null,
            "ERPCode": null,
            "ItemType": 0,
            "ParentItem": null,
            "TotalOnHand": null,
            "Status": null,
            "DateModified": null,
            "StoreIDs": null,
            "IsChainPrice": null,
            "PriceInSpecificStore": null
        },
        "storesInventory": [
            {
                "OnHand": -1.0,
                "InventoryERPCode": null,
                "ReorderPoint": 0.000,
                "RestockLevel": 0.000,
                "StoreID": "d6caa89f-9be0-43ab-b03c-b4536670e26a",
                "Code": "2",
                "ERPCode": null,
                "PriceLeveExID": null,
                "StoreName": "בני ברק",
                "Status": null,
                "DefaultTax": null
            }
        ],
        "TotalOnHand": -1.0
    },
    {
        "Item": {
            "MatrixColumn": [
                {
                    "id": "1",
                    "val": "54",
                    "title": "מידה",
                    "sort": null,
                    "parameters": null
                },
                {
                    "id": "2",
                    "val": "Black",
                    "title": "צבע",
                    "sort": null,
                    "parameters": null
                },
                {
                    "id": "3",
                    "val": null,
                    "title": "גודל",
                    "sort": null,
                    "parameters": null
                },
                {
                    "id": "4",
                    "val": null,
                    "title": "דוגמא",
                    "sort": null,
                    "parameters": null
                },
                {
                    "id": "5",
                    "val": null,
                    "title": "אורך",
                    "sort": null,
                    "parameters": null
                },
                {
                    "id": "6",
                    "val": null,
                    "title": "עונה",
                    "sort": null,
                    "parameters": null
                }
            ],
            "ItemID": "af352317-772c-459c-9a2c-c260b61a5ea6",
            "ItemStoreID": "00000000-0000-0000-0000-000000000000",
            "Name": "תצוגה",
            "BarcodeNumber": "60302054Black",
            "ModelNumber": "603020",
            "MatrixKey": null,
            "Description": null,
            "GeneralPrice": null,
            "Cost": null,
            "IsCostTaxable": null,
            "TaxRate": null,
            "ERPCode": null,
            "ItemType": 0,
            "ParentItem": null,
            "TotalOnHand": null,
            "Status": null,
            "DateModified": null,
            "StoreIDs": null,
            "IsChainPrice": null,
            "PriceInSpecificStore": null
        },
        "storesInventory": [
            {
                "OnHand": -1.0,
                "InventoryERPCode": null,
                "ReorderPoint": 0.000,
                "RestockLevel": 0.000,
                "StoreID": "d6caa89f-9be0-43ab-b03c-b4536670e26a",
                "Code": "2",
                "ERPCode": null,
                "PriceLeveExID": null,
                "StoreName": "בני ברק",
                "Status": null,
                "DefaultTax": null
            }
        ],
        "TotalOnHand": -1.0
    },
    {
        "Item": {
            "MatrixColumn": [
                {
                    "id": "1",
                    "val": "55",
                    "title": "מידה",
                    "sort": null,
                    "parameters": null
                },
                {
                    "id": "2",
                    "val": "Black",
                    "title": "צבע",
                    "sort": null,
                    "parameters": null
                },
                {
                    "id": "3",
                    "val": null,
                    "title": "גודל",
                    "sort": null,
                    "parameters": null
                },
                {
                    "id": "4",
                    "val": null,
                    "title": "דוגמא",
                    "sort": null,
                    "parameters": null
                },
                {
                    "id": "5",
                    "val": null,
                    "title": "אורך",
                    "sort": null,
                    "parameters": null
                },
                {
                    "id": "6",
                    "val": null,
                    "title": "עונה",
                    "sort": null,
                    "parameters": null
                }
            ],
            "ItemID": "8e52ad54-d3ea-4aca-b6de-96fd79ac968b",
            "ItemStoreID": "00000000-0000-0000-0000-000000000000",
            "Name": "תצוגה",
            "BarcodeNumber": "60302055Black",
            "ModelNumber": "603020",
            "MatrixKey": null,
            "Description": null,
            "GeneralPrice": null,
            "Cost": null,
            "IsCostTaxable": null,
            "TaxRate": null,
            "ERPCode": null,
            "ItemType": 0,
            "ParentItem": null,
            "TotalOnHand": null,
            "Status": null,
            "DateModified": null,
            "StoreIDs": null,
            "IsChainPrice": null,
            "PriceInSpecificStore": null
        },
        "storesInventory": [
            {
                "OnHand": -2.0,
                "InventoryERPCode": null,
                "ReorderPoint": 0.000,
                "RestockLevel": 0.000,
                "StoreID": "d6caa89f-9be0-43ab-b03c-b4536670e26a",
                "Code": "2",
                "ERPCode": null,
                "PriceLeveExID": null,
                "StoreName": "בני ברק",
                "Status": null,
                "DefaultTax": null
            }
        ],
        "TotalOnHand": -2.0
    }
]
```

{% endtab %}
{% endtabs %}


---

# 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://apidocs.rnet-tec.com/retrieving-data/inventory.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.
