---
title: "Item.List"
method: POST
path: "/online/RivhitOnlineAPI.svc/Item.List"
---

# Item.List

`POST /online/RivhitOnlineAPI.svc/Item.List`

## Request body

- object
  - `api_token` string, uuid, required — Rivhit Merchant API Identifier. **Default:** No
  - `item_group_id` integer — Filter by Item Group Id. **Range:** 0 to 9999999 **Default:** All Items
  - `updated_from` string, date — Display Items by Usage From Specific Date. ~ Date format DD-MM-YY or DD/MM/YYYY **Length:** 1 to 10 **Default:** No Date Filter
  - `filter_fields` object[]
    - `filter_field` string, nullable — Name of Response Field to Filter. **Length:** 1 to 30 **Default:** No
    - `filter_Value` string, nullable — Value of Response Field to Filter. **Length:** 1 to 30 **Default:** No

## Response `200`

Success - Item List Returned

- object
  - `error_code` integer — The Response Error/Status Number (0 = Success).
  - `client_message` string — The Client Error Message.
  - `debug_message` string — The Response Error Message.
  - `data` object
    - `item_list` object[] — List of items related to the response.
      - `item_id` integer — Item Unique identifier.
      - `item_name` string — Item Name
      - `item_extended_description` string — Item Extended Description.
      - `item_part_num` string — Item Catalog Number (SKU).
      - `barcode` string — Item Barcode.
      - `item_group_id` integer — Item Group Identifier.
      - `storage_id` integer — Storage Id Serial Number (Rivhit system).
      - `quantity` number — Current Quantity of the Item.
      - `cost_nis` number — Cost Item in NIS.
      - `sale_nis` number — Sale Item in NIS.
      - `currency_id` integer — Item Currency.
      - `cost_mtc` number — Cost Item in Foreign Currency.
      - `sale_mtc` number — Sale Item in Foreign Currency.
      - `picture_link` string — Item Picture URL Link.
      - `exempt_vat` boolean — Indicates if the item is exempt VAT.
      - `avitem` integer — Indicates If Av Item (0 = Not Av ,1 = Av).
      - `location` string — Item Storage Location.
      - `is_serial` integer — Indicates if the Item has a Serial Number.
      - `sapak` integer — Supplier Identifier of the Item.
      - `item_name_en` string — Item Description (Foreign Language).
      - `item_order` integer — Item Custom Order Number (Rivhit Online Ordering System).

## Other responses

- `400` — Request Error
- `500` — Internal Server Error

---

[API](https://skmtc.net/rivhit/apis/get-payment-url-22-12.md) · [All operations](https://skmtc.net/rivhit/apis/get-payment-url-22-12/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rivhit/get-payment-url-22-12/versions/ed5261a52458/schema)
