# List of price lists Listing of all price lists set up in e-shop. Does not contain the paging, always lists all price lists. Endpoint: GET /api/pricelists Version: 1.0.0 Security: shoptetAccessToken, shoptetPrivateApiToken ## Header parameters: - `Content-Type` (string, required) ## Response 200 fields (application/json): - `data` (object, required) - `data.pricelists` (array, required) - `data.pricelists.id` (integer, required) price list identifier - `data.pricelists.name` (string, required) price list name - `errors` (array,null, required) - `errors.errorCode` (string, required) Short text error identification - `errors.message` (string, required) Descriptive error message - `errors.instance` (string, required) Identification of the entity referenced