---
title: "Retrieves the collection of Item resources."
method: GET
path: "/items"
tags: ["Item"]
---

# Retrieves the collection of Item resources.

`GET /items`

Retrieves the collection of Item resources.

## Query parameters

- `page` integer
- `itemsPerPage` integer

## Response `200`

Item collection

- Item[]
  - `id` string
  - `integration` string — The key of the integration source e.g. "quickbooks", or "xero"
  - `name` string, nullable — Name of the item
  - `directory` string, nullable — Item directory
  - `type` string, nullable — Specifies use of the item e.g. Inventory
  - `quantity` string, nullable — Number of items in inventory
  - `sku` string, nullable — Stock keeping unit
  - `salesTaxIncluded` boolean, nullable — Boolean on if price includes sales tax
  - `purchaseTaxIncluded` boolean, nullable — Boolean on if price includes purchase tax
  - `description` string, nullable — Description of item
  - `active` boolean, nullable — Boolean on if item is in use
  - `created` string, date-time, nullable — Date entry was created
  - `modified` string, date-time, nullable — Date entry was last modified
  - `AvailableForSale` string, nullable — If the item is available for sale
  - `AvailableForPurchase` string, nullable — If the item is available for purchase
  - `UnitpriceSale` integer, nullable — Price per unit sale
  - `UnitpricePurchase` integer, nullable — Price per unit purchase
  - `TaxtypeSale` string, nullable — Tax type per sale
  - `TaxtypePurchase` string, nullable — Tax type per purchase
  - `availableForSale` string, nullable
  - `availableForPurchase` string, nullable
  - `unitpriceSale` integer, nullable
  - `unitpricePurchase` integer, nullable
  - `taxtypeSale` string, nullable
  - `taxtypePurchase` string, nullable

---

[API](https://skmtc.net/bossinsights/apis/boss-insights.md) · [All operations](https://skmtc.net/bossinsights/apis/boss-insights/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bossinsights/boss-insights/revisions/d08a107895ad/schema)
