Error
Get Price List
Retrieves the price list for the given priceListCode
GET
Error
Authorizations
JWT Authorization header using the Bearer scheme.
Path Parameters
Query Parameters
limits which fields are returned in the response body
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
A valid request URL is required to generate request examples{
"ancestors": [
{
"parentPriceListId": 123,
"priceListCode": "<string>",
"priceListId": 123,
"priceListLevel": 123
}
],
"descendants": [
{
"parentPriceListId": 123,
"priceListCode": "<string>",
"priceListId": 123,
"priceListLevel": 123
}
],
"description": "<string>",
"enabled": true,
"filteredInStoreFront": true,
"isIndexed": true,
"isSiteDefault": true,
"name": "<string>",
"priceListCode": "<string>",
"priceListId": 123,
"resolvable": true,
"validSites": [
123
]
}Retrieves the price list for the given priceListCode
A valid request URL is required to generate request examples{
"ancestors": [
{
"parentPriceListId": 123,
"priceListCode": "<string>",
"priceListId": 123,
"priceListLevel": 123
}
],
"descendants": [
{
"parentPriceListId": 123,
"priceListCode": "<string>",
"priceListId": 123,
"priceListLevel": 123
}
],
"description": "<string>",
"enabled": true,
"filteredInStoreFront": true,
"isIndexed": true,
"isSiteDefault": true,
"name": "<string>",
"priceListCode": "<string>",
"priceListId": 123,
"resolvable": true,
"validSites": [
123
]
}JWT Authorization header using the Bearer scheme.
limits which fields are returned in the response body
OK
Show child attributes
Show child attributes
