---
title: "Returns all products available filtered according to parameters."
method: GET
path: "/skus"
tags: ["Inventory"]
---

# Returns all products available filtered according to parameters.

`GET /skus`

Product list for a given company and location pair, optional category, paginated.

## Query parameters

- `inventory_category_mytime_id` integer
- `page` integer
- `per_page` integer

## Headers

- `X-Subdomain` string
- `X-Partner` string

## Response `200`

Sku/Product list response

- object
  - `skus` SkuItem[]
    - `mytime_id` integer
    - `name` string
    - `inventory_category_mytime_id` integer
  - `count` integer

## Other responses

- `401` — Unauthorized
- `422` — Invalid parameters
- `500` — Internal Server Error
- `504` — Gateway Timeout

---

[API](https://skmtc.net/mytime/apis/mytime-partners-api.md) · [All operations](https://skmtc.net/mytime/apis/mytime-partners-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mytime/mytime-partners-api/versions/65d3a27fcb1a/schema)
