---
title: "Returns a list of inventory items"
method: GET
path: "/inventory-items"
tags: ["Inventory items"]
---

# Returns a list of inventory items

`GET /inventory-items`

Get all inventory items.

## Query parameters

- `createdTime` object
- `updatedTime` object
- `endingBefore` string
- `startingAfter` string
- `limit` integer
- `ids` string[]
- `partNumber` string
- `manufacturerId` string

## Response `200`

200 OK

- object
  - `hasMore` boolean — Indicates whether or not there are more elements available after this set. If false this set represents the end of the list.
  - `data` InventoryItem[]
    - `id` string — Unique identifier of an inventory item.
    - `createdTime` string, date-time — Time when the inventory item was created.
    - `manufacturerId` string, nullable — Unique Digital River manufacturer identifier.
    - `eccn` string — Export control classification number.
    - `hsCode` string — International & US HS Code & Harmonized Tariff Code.
    - `partNumber` string — Manufacturer part number.
    - `countryOfOrigin` string — An ISO 3166-1 alpha-2 country code.
    - `allowOversell` boolean, nullable — If true, customers are allowed to reserve inventory of the item when it is out of stock.
    - `liveMode` boolean — Has the value true if the object exists in live mode or the value false if the object exists in test mode.
    - `updatedTime` string, date-time — Time when the inventory item was last updated.

## Other responses

- `400` — 400 Bad Request
- `401` — 401 Unauthorized
- `403` — 403 Forbidden
- `405` — 405 Method Not Allowed
- `406` — 406 Not Acceptable
- `408` — 408 Request Timeout
- `429` — 429 Too Many Requests
- `500` — 500 Internal Server Error
- `502` — 502 Bad Gateway Error
- `503` — 503 Service Unavailable Error
- `504` — 504 Gateway Timeout Error

---

[API](https://skmtc.net/digitalriver/apis/digital-river-api-reference.md) · [All operations](https://skmtc.net/digitalriver/apis/digital-river-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/digitalriver/digital-river-api-reference/revisions/f21981db32be/schema)
