Get SKU List Price

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"
      ]
    }
  ]
}
Language
Click Try It! to start a request and see the response here!