---
title: "Get quantity for a sku"
method: GET
path: "/v1/availability/quantities/{sku}"
tags: ["Availability V1"]
---

# Get quantity for a sku

`GET /v1/availability/quantities/{sku}`

Fetch a single available quantity by its unique sku name.

## Path parameters

- `sku` string, required

## Headers

- `Authorization` string, required

## Response `200`

Ok

## Other responses

- `403` — Unauthorized to access
- `404` — Requested sku was unknown (send a quantity update for the product before trying to retrieve it)

---

[API](https://skmtc.dev/otto/apis/otto-market-api.md) · [All operations](https://skmtc.dev/otto/apis/otto-market-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/otto/otto-market-api/revisions/b1bc133112bd/schema)
