# List pricelists Lists priceLists for the client. Endpoint: GET /ListPricelists Version: 1.1 ## Query parameters: - `cultureCode` (string) Specifies in which language to display culture specific information. If none is supplied, value is resolved from Application. ## Response 200 fields (application/json): - `Id` (integer) The internal Id of the pricelist. - `Name` (string) The Name of the pricelist. MaxLength: 50. - `Description` (string) The Description of the pricelist. MaxLength: max. - `Agreement` (string) External pricelist code usually known to the Erp-system. MaxLength: 50. - `Currency` (object) - `Currency.Id` (integer) The internal Storm Id of the currency. - `Currency.Name` (string) The name of the currency. MaxLength: 50. - `Currency.Code` (string) The Code of the currency. ISO 4217 is used. SEK for Swedish kronor. MaxLength: 3. - `Currency.Prefix` (string) The Prefix sign/code if available. MaxLength: 10. - `Currency.Suffix` (string) The suffix sign/code if available. MaxLength: 10. - `IsPrimary` (boolean) Specifies if this is the primary priceList or not. - `IsPublic` (boolean) Specifies if this is a public priceList or not. Most application specific pricelists are public while customer specific are not. - `IsLimitedToStock` (boolean) Specifies if this priceList is limited to stock or not. - `IsBid` (boolean) Specifies if this is a bid pricelist or not. - `ImageKey` (string,null) A unique id for the image at our image server. Url for images are formed like http://[client specific CDN]/{ImageKey}. Preset, height and width can be sent as parameters. - `Type` (integer) Internal id representing the type of priceList. Types are client specific except for 0=None, which is the default or standard priceList type. See ListPriceListTypes for defined types. - `StartDate` (string,null) The StarDate for when the pricelist is valid, if any. - `EndDate` (string,null) The EndDate for when the pricelist is valid, if any. - `IsVirtual` (boolean) Specifies if the pricelist is virtual or not. Virtual pricelists must be inherited from a parent pricelists, which cannot be virtual, and can have no population rules. Prices are not stored in Storm but calculated on the fly when needed. Rules can be specified but other properties are inherited from parent.