---
title: "Get ProductList By Key"
method: GET
path: "/inventory/productlists/{productListKey}"
tags: ["Inventory"]
---

# Get ProductList By Key

`GET /inventory/productlists/{productListKey}`

Returns the ProductList specified by using the ProductListKey.

## Path parameters

- `productListKey` string, uuid, required

## Response `200`

OK

- TcgApiModelCommonApiResultTcgApiModelInventoryProductListDetail
  - `success` boolean
  - `errors` string[]
  - `results` TcgApiModelInventoryProductListDetail[]
    - `productListItems` TcgApiModelInventoryProductListItem[]
      - `productListItemId` integer
      - `quantity` integer
      - `productCondition` TcgApiModelCatalogProductCondition
        - `productConditionId` integer
        - `name` string
        - `language` string
        - `isFoil` boolean
    - `productListId` integer
    - `productListKey` string, uuid
    - `createdOn` string, date-time

## Other responses

- `404` — Not Found

---

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