---
title: "searches inventory"
method: GET
path: "/products"
tags: ["developers"]
---

# searches inventory

`GET /products`

By passing in the appropriate options, you can search for
available inventory in the system

## Query parameters

- `searchString` string
- `skip` integer
- `limit` integer

## Response `200`

search results matching criteria

- InventoryItem[]
  - `id` string, uuid, required
  - `name` string, required
  - `releaseDate` string, date-time, required
  - `manufacturer` Manufacturer, required
    - `name` string, required
    - `homePage` string, url
    - `phone` string

## Other responses

- `400` — bad input parameter

---

[API](https://skmtc.dev/google/apis/cymbal-superstore-inventory-api.md) · [All operations](https://skmtc.dev/google/apis/cymbal-superstore-inventory-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/google/cymbal-superstore-inventory-api/revisions/4d00936b48f3/schema)
