Skip to main content
GET
/
commerce
/
catalog
/
storefront
/
pricelists
/
{priceListCode}
Error
A valid request URL is required to generate request examples
{
  "priceListCode": "<string>",
  "priceListId": 123,
  "enabled": true,
  "name": "<string>",
  "resolvable": true,
  "isIndexed": true,
  "filteredInStoreFront": true,
  "isSiteDefault": true,
  "description": "<string>",
  "ancestors": [
    {
      "priceListCode": "<string>",
      "priceListId": 123,
      "parentPriceListId": 123,
      "priceListLevel": 123
    }
  ],
  "descendants": [
    {
      "priceListCode": "<string>",
      "priceListId": 123,
      "parentPriceListId": 123,
      "priceListLevel": 123
    }
  ],
  "validSites": [
    123
  ]
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Path Parameters

priceListCode
string
required

Query Parameters

responseFields
string

limits which fields are returned in the response body

Response

Success

priceListCode
string | null
priceListId
integer<int32>
enabled
boolean
name
string | null
resolvable
boolean
isIndexed
boolean | null
filteredInStoreFront
boolean
isSiteDefault
boolean
description
string | null
ancestors
object[] | null
descendants
object[] | null
validSites
integer<int32>[] | null