Get SKU List Price

Get SKU List Price.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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"
      ]
    }
  ]
}
Path Params
string
required

Required. A unique key used to identify the caller of the API.

string
required

Required. Identifier for the skuListPrice or custom listing being searched for.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Response

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/json