---
title: "Create ProductList"
method: POST
path: "/inventory/productLists"
tags: ["Inventory"]
---

# Create ProductList

`POST /inventory/productLists`

## Request body

- TcgApiModelInventoryNewProductListCriteria[]
  - `quantity` integer
  - `productConditionId` integer

## Response `200`

OK

- TcgApiModelCommonApiResultTcgApiModelInventoryNewProductList
  - `success` boolean
  - `errors` string[]
  - `results` TcgApiModelInventoryNewProductList[]
    - `productListKey` string, uuid

## Other responses

- `400` — The ProductList contains duplicate SKUs.
- `404` — At least one of the specified SKUs could not be 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)
