API to List all Items

How to list the all the items using API?

API for Item master with rate and stock details

List all Items

Purpose: Used to list all the items

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

Method: GET

Authentication: Set Header As

X-Auth-Token : <API - KEY>


Request:
GET:
http://localhost:8482/WebReporter/api/v1/items

Response:

{
  "items": [
    {
      "itemId": 1,
      "itemName": "bat",
      "locationId": 225,
      "stock": [
        {
          "stock": 7,
          "salePrice": 120,
          "mrp": 130,
          "itemReferenceCode": "",
          "taxPercentage": 12
        }
      ]
    },
    {
      "itemId": 1,
      "itemName": "bat",
      "locationId": 334,
      "stock": [
        {
          "stock": 0,
          "salePrice": 120,
          "mrp": 130,
          "itemReferenceCode": "",
          "taxPercentage": 12
        }
      ]
    }
  ]
}

    • Related Articles

    • Common Items in an Optical Store

      Common Items in an Optical Store The specific common items available in an Optical shop within RetailEasy POS may vary depending on the individual store's setup, product offerings, and preferences. However, this is the list of common items that are ...
    • Product Types for Seed Items

      Product Types for Seed Items Purpose: The purpose of using a matrix item in RetailEasy Fertilizer business in POS for trading seed items is to be able to maintain all brands of a particular seed in one item itself in the master entry. This is ...
    • Seed Items

      Seed Items Purpose: Within the RetailEasy Fertilizer POS software, the concept of 'seed items' holds valuable advantages, especially for businesses dealing with seed trading. It is recommended to utilize the Matrix item feature for seeds due to the ...
    • Scheduled Register Print using Easy Print Tool

      Scheduled Register Print using Easy Print Tool Purpose: Compliance and Record Keeping: Scheduled Register Print ensures that the pharmacy complies with regulatory requirements, such as keeping detailed records of transactions, prescriptions, and ...
    • Search and Load Items using Pharmacy Generic Name

      Search and Load Items using Pharmacy Generic Name Purpose: 1. Efficient Item Selection: The primary purpose is to enhance the efficiency of selecting items (medicines) during a sale transaction. 2. Quick Access to Generic Information: Pharmacists and ...