get https://api.tcgplayer.com/stores//inventory/skuprices/
Get SKU List Price.
Gets the current list price for a specific SKU in the store.
{
  "success": true,
  "errors": [
    "string"
  ],
  "results": [
    {
      "skuListPriceId": "string",
      "skuId": 0,
      "price": 0,
      "isCustom": true,
      "title": "string",
      "mainImageUrl": "string",
      "additionalImageUrls": [
        "string"
      ]
    }
  ]
}
