post https://api.tcgplayer.com/inventory/productLists
Create ProductList will create a new list of products similar to how the Quicklist application creates a new list. From there the product list can be used to list new products through the Seller Portal interface on a Pro account.
Note!
This end point requires specific permissions and may not be accessible by all users.
{
"success": boolean,
"errors": [],
"results": [
{
"productListKey": "string"
}
]
}
{
"success": true,
"errors": [],
"results": [
{
"productListKey": "c8e4cabd-5e7c-442d-a130-69038d94990b"
}
]
}