Inventory

Get list of Inventory details by date modified

GET https://api.rnetpos.com/v1/inventory

Query Parameters

Name
Type
Description

date_modified*

string

yyyy-MM-dd

totals_only

boolean

group_code

String

from specified item's group

store_code

String

from specified store

totals_only=true

[
    {
        "Item": {
            "ItemID": "c1ba92c2-f20f-4547-b641-0167b397db3e",
            "Name": "בקבוק",
            "BarcodeNumber": "7294276308103",
            "ModelNumber": null,
            "Description": null,
            "ERPCode": null
        },
        "storesInventory": [],
        "TotalOnHand": -153
    }
]


totals_only=false

[
    {
        "Item": {
            "ItemID": "c1ba92c2-f20f-4547-b641-0167b397db3e",
            "Name": "בקבוק",
            "BarcodeNumber": "7294276308103",
            "ModelNumber": null,
            "Description": null,
            "ERPCode": null
        },
        "storesInventory": [
            {
                "OnHand": 17,
                "StoreId": "5f20e99a-99a8-4f84-91dd-ba2b4e973c8d",
                "StoreName": "סניף ירושלים",
                "Code": "1",
                "ERPCode": null
            },
            {
                "OnHand": -2,
                "StoreId": "f14c8a70-8506-42de-a220-74c000c7d271",
                "StoreName": "סניף חיפה",
                "Code": "3",
                "ERPCode": null
            },
            {
                "OnHand": -12,
                "StoreId": "dea6fe69-50e3-4811-819e-6a615a2652a7",
                "StoreName": "סניף באר שבע",
                "Code": "6",
                "ERPCode": null
            }
        ],
        "TotalOnHand": -153
    }
]

Get list of Inventory details for Item

GET https://api.rnetpos.com/v1/inventory/barcode/{barcode number}

Path Parameters

Name
Type
Description

barcode

string

Query Parameters

Name
Type
Description

totals_only

boolean

{
    "Item": {
        "ItemID": "120dd02d-9827-491a-b624-22283d47834b",
        "Name": "חוברת צביעה דיסני",
        "BarcodeNumber": "7290103767891",
        "ModelNumber": null,
        "Description": null,
        "ERPCode": null
    },
    "storesInventory": [
        {
            "Store": {
                "StoreId": "f14c8a70-8506-42de-a220-74c000c7d271",
                "StoreName": "סניף חיפה",
                "Code": "3"
            },
            "OnHand": 0
        },
        {
            "Store": {
                "StoreId": "dea6fe69-50e3-4811-819e-6a615a2652a7",
                "StoreName": "סניף באר שבע",
                "Code": "6"
            },
            "OnHand": 400
        },
        {
            "Store": {
                "StoreId": "5f20e99a-99a8-4f84-91dd-ba2b4e973c8d",
                "StoreName": "סניף ירושלים",
                "Code": "1"
            },
            "OnHand": 253
        }
    ],
    "TotalOnHand": 653
}

Get single Inventory for Item in Store

GET https://api.rnetpos.com/v1/inventory/barcode/{barcode number}/store/{store number}

Path Parameters

Name
Type
Description

barcode

string

store

string

{
    "Item": {
        "ItemID": "120dd02d-9827-491a-b624-22283d47834b",
        "Name": "חוברת צביעה דיסני",
        "BarcodeNumber": "7290103767891",
        "ModelNumber": null,
        "Description": null,
        "GeneralPrice": 5,
        "ERPCode": null
    },
    "storesInventory": [
        {
            "Store": {
                "StoreId": "5f20e99a-99a8-4f84-91dd-ba2b4e973c8d",
                "StoreName": "סניף ירושלים",
                "Code": "1"
            },
            "OnHand": 253
        }
    ]
}

Get Single Inventory from Matrix Item in Store

GET https://api.rnetpos.com/v1/inventory/model/{model number}/store/{store number}

Path Parameters

Name
Type
Description

model

string

store

string

[
    {
        "Item": {
            "ItemID": "b6b72980-2d0d-4585-8644-1f9274d9bfeb",
            "Name": "חליפת לייקרה",
            "BarcodeNumber": "P12025L0344",
            "ModelNumber": "P12025",
            "MatrixColumn": [
                {
                    "id": "1",
                    "val": "כחול פסים",
                    "title": "צבע"
                },
                {
                    "id": "2",
                    "val": "44",
                    "title": "מידה"
                },
                {
                    "id": "3",
                    "val": null,
                    "title": ""
                },
                {
                    "id": "4",
                    "val": null,
                    "title": ""
                },
                {
                    "id": "5",
                    "val": null,
                    "title": ""
                },
                {
                    "id": "6",
                    "val": null,
                    "title": ""
                }
            ]
        },
        "storesInventory": [
            {
                "OnHand": 2,
                "InventoryERPCode": null,
                "StoreID": "5f20e99a-99a8-4f84-91dd-ba2b4e973c8d",
                "StoreName": "סניף ירושלים",
                "Code": "1"
            }
        ],
        "TotalOnHand": 2
    },
    {
        "Item": {
            "ItemID": "e023f82d-9d8a-44fc-87e6-cfb3c87e482d",
            "Name": "חליפת לייקרה",
            "BarcodeNumber": "P12025L0346",
            "ModelNumber": "P12025",
            "Description": null,
            "GeneralPrice": null,
            "ERPCode": null,
            "MatrixColumn": [
                {
                    "id": "1",
                    "val": "כחול פסים",
                    "title": "צבע"
                },
                {
                    "id": "2",
                    "val": "46",
                    "title": "מידה"
                },
                {
                    "id": "3",
                    "val": null,
                    "title": ""
                },
                {
                    "id": "4",
                    "val": null,
                    "title": ""
                },
                {
                    "id": "5",
                    "val": null,
                    "title": ""
                },
                {
                    "id": "6",
                    "val": null,
                    "title": ""
                }
            ]
        },
        "storesInventory": [
            {
                "OnHand": -3.0,
                "InventoryERPCode": null,
                "StoreID": "5f20e99a-99a8-4f84-91dd-ba2b4e973c8d",
                "StoreName": "סניף ירושלים",
                "Code": "1"
            }
        ],
        "TotalOnHand": -3.0
    },
    {
        "Item": {
 "ItemID": "264598b0-1caa-4d20-9d7a-9f3f63f51fdc",
            "Name": "חליפת לייקרה סופר סלים",
            "BarcodeNumber": "P12025L0348",
            "ModelNumber": "P12025",
            "Description": null,
            "GeneralPrice": null,
            "ERPCode": null,
            "MatrixColumn": [
                {
                    "id": "1",
                    "val": "שחור חלק",
                    "title": "צבע"
                },
                {
                    "id": "2",
                    "val": "56",
                    "title": "מידה"
                },
                {
                    "id": "3",
                    "val": null,
                    "title": ""
                },
                {
                    "id": "4",
                    "val": null,
                    "title": ""
                },
                {
                    "id": "5",
                    "val": null,
                    "title": ""
                },
                {
                    "id": "6",
                    "val": null,
                    "title": ""
                }
            ],
           
        },
        "storesInventory": [
            {
                "OnHand": 4,
                "InventoryERPCode": null,
                "StoreID": "5f20e99a-99a8-4f84-91dd-ba2b4e973c8d",
                "StoreName": "סניף ירושלים",
                "Code": "1"
            }
        ],
        "TotalOnHand": 4
    }
]

Last updated

Was this helpful?