---
title: "Get SKU details"
method: GET
path: "/catalog/skus/{skuIds}"
tags: ["Catalog"]
---

# Get SKU details

`GET /catalog/skus/{skuIds}`

This endpoint returns an array of SKUs whose Ids were specified in the skuIds
parameter.  SKUs that could be found are returned in the results array in the
response.  SKUs that could not be found are indicated in the errors array.

## Path parameters

- `skuIds` string, required

## Response `200`

All SKUs found and returned.

- TcgApiModelCommonApiResultTcgApiModelCatalogSku
  - `success` boolean
  - `errors` string[]
  - `results` TcgApiModelCatalogSku[]
    - `skuId` integer
    - `productId` integer
    - `languageId` integer
    - `printingId` integer
    - `conditionId` integer

## Other responses

- `207` — Some SKUs found. Those that were found are returned. Those that were not are indicated by an error message.
- `404` — No SKUs found.

---

[API](https://skmtc.net/tcgplayer/apis/tcgapi.md) · [All operations](https://skmtc.net/tcgplayer/apis/tcgapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tcgplayer/tcgapi/revisions/dc32a30fcb68/schema)
