---
title: "Retrieves a Inventory resource."
method: GET
path: "/inventories/{id}"
tags: ["Inventory"]
---

# Retrieves a Inventory resource.

`GET /inventories/{id}`

Retrieves a Inventory resource.

## Path parameters

- `id` string, required

## Response `200`

Inventory resource

- 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

## Other responses

- `404` — Resource not found

---

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