---
title: "GET /product-inventory/by-skus"
method: GET
path: "/product-inventory/by-skus"
tags: ["Inventory"]
---

# GET /product-inventory/by-skus

`GET /product-inventory/by-skus`

This endpoint fetches inventory levels by given product variant SKUs.

## Query parameters

- `skus` string

## Response `200`

Successful response

- GetInventoryResponseV2 — Response containing inventory levels for product variants, mapped by SKU or variant ID.
  - `inventories` object

## Other responses

- `400` — Bad Request -- Your request is invalid.
- `401` — Unauthorized -- Your API key is wrong.
- `404` — Not found -- The requested resource could not be found.
- `405` — Method Not Allowed -- You tried to access an entity with an invalid method.
- `429` — Too Many Requests.
- `500` — Internal Server Error -- We had a problem with our server. Try again later.
- `503` — Service Unavailable -- We're temporarily offline for maintenance. Please try again later.

---

[API](https://skmtc.net/faire/apis/faire-external-api.md) · [All operations](https://skmtc.net/faire/apis/faire-external-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/faire/faire-external-api/revisions/19558399745c/schema)
