# Update a pricelist item Updates a priceList item. Endpoint: POST /UpdatePricelistItem Version: 1.1 ## Query parameters: - `updatedBy` (string, required) The internal id of the current customer's account. If none is supplied, value is resolved from Application. ## Request 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. ## 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.