API for List All Items

API for List All Items

API for Item master with rate and stock details

List all Items:

Purpose: Used to list all the items

Resource URL: http://localhost:8382/WebReporter/api/v1/items

Method: GET

Authentication: Set Header As

X-Auth-Token: <API - KEY>\


Request:

GET: http://localhost:8382/WebReporter/api/v1/items

Response:

{
"items":
[
{
"itemId": 1,
"itemName": "APPLE",
"locationId": 1,
"stock":
[
{
"stock": 10,
"mrp": 120,
"salePrice": 120,
"taxPercentage": 0,
"itemReferenceCode": "1",
"itemTimeStamp": 13892062
}
]
},
{
"itemId": 2,
"itemName": "ORANGE",
"locationId": 1,
"stock":
[
{
"stock": 50,
"mrp": 25,
"salePrice": 15,
"taxPercentage": 0,
"itemReferenceCode": "2",
"itemTimeStamp": 13892067
}
]
}
],
"count": 2,
"total_records": 2,
"current_page": 1,
"per_page": 50,
"total_pages": 1

    • Related Articles

    • API for List All Sales Orders

      API for List all Sales Orders (With user validation) Purpose: Used to retrieve all sales Orders Resource URL: http://localhost:8382/WebReporter/api/v1/salesOrders Method: GET Authentication: Set Header As X-Auth-Token: <API - KEY> Request: GET: ...
    • What is API Integration? Which API do we provide for Website integration?

      Overview API integration enables data communication, information exchange between an online store and the POS system. We provide the following APIs... An item with rate and stock API (List all items) Sales order APIs (Create a sales order List all ...
    • Do you know how to assign items to the article hierarchy in bulk RetailEasy?

      What is Item Hierarchy Level? The Item Hierarchy Level is used in Categorizing the items for better understanding, accessibility, and navigation. This can also help you for the Online website or Mobile App category structural designing. What are the ...
    • Do you know the process of KIT Item & its Preparation in RetailEasy?

      What are the purpose of Kit Items in RetailEasy? Kit Items are those items which are ready for sale in the Bakery/Restaurant. Kit items are prepared in central kitchen based on the expected selling of the product. Use Kit Item for planned ...
    • How to add variants for items in ServQuick?

        A Variant is a difference in quantity in which the item is sold or purchased. An item can have different variants. For example, Pizza can have three variants like Regular, Medium, and Large, based on the number of pieces it contains. Similarly, ...