# Get a pricelist item Gets a priceList item. Returns null if the PriceListItem does not exist. Prices are in the currency of the PriceList. Endpoint: GET /GetPricelistItem Version: 1.1 ## Query parameters: - `partNo` (string, required) The PartNo of the PriceListItem to fetch. - `pricelistId` (integer, required) The internal Id of the current PriceList for which the PriceListItem is fetched. - `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): - `PartNo` (string) PartNo of the SKU for this price item. MaxLength: 50. - `PricelistId` (integer) The internal pricelist id. - `Price` (number) The price. Read only. Currency is from the pricelist. - `PriceRecommended` (number,null) The price from inherited pricelist, if any. - `IsActive` (boolean) Specifies if the pricelist item is active or not. Ignored when inserting new pricelist items. - `PriceRule` (object) - `PriceRule.RuleId` (integer,null) An internal id for a specific rule. Consult Norce for a list of valid ids and what they mean. - `PriceRule.Value` (number,null) The value associated with the rule. The ruleId specifies how this value is used.