---
title: "List All ProductLists"
method: GET
path: "/inventory/productLists"
tags: ["Inventory"]
---

# List All ProductLists

`GET /inventory/productLists`

This lists all the accessible ProductLists to the user identified in the bearer token making the API call.

## Response `200`

OK

- TcgApiModelCommonApiResultTcgApiModelInventoryProductList
  - `success` boolean
  - `errors` string[]
  - `results` TcgApiModelInventoryProductList[]
    - `productListId` integer
    - `productListKey` string, uuid
    - `createdOn` string, date-time

---

[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)
