Appearance
GET
/config/price-list/price-lists/{priceListId}Required scope:
viskan:pricelist:readGet a price list by its unique identifier.
Parameters
Path parameters
priceListId integerThe unique identifier of the price list to get.
Response
The response contains the price list.
JSON
{
"priceListId": 1,
"priceListName": "Standard",
"active": true
}
| Error code | Description |
|---|---|
price-list-not-found | The price list with the given ID was not found. |