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

# Retrieves the collection of Inventory resources.

`GET /inventories`

Retrieves the collection of Inventory resources.

## Query parameters

- `page` integer
- `itemsPerPage` integer

## Response `200`

Inventory collection

- Inventory[]
  - `id` string
  - `product_name` string
  - `total_quantity` integer
  - `sku` string, nullable
  - `modified` string, date-time, nullable
  - `fulfillable_quantity` string, nullable
  - `integration` string — The key of the integration source e.g. "quickbooks", or "xero"
  - `productName` string
  - `totalQuantity` integer
  - `fulfillableQuantity` unknown

---

[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)
