# List pricing rules for a price list Endpoint: GET /api/pricing/pricelist/{priceListId}/pricing Version: v1 ## Path parameters: - `priceListId` (integer, required) Price list id ## Response 200 fields (application/json): - `Id` (integer) - `PriceListId` (integer) - `CategoryId` (integer) - `CategoryName` (string) - `CategoryPath` (string) - `CategoryParentCount` (integer) - `ManufacturerId` (integer) - `ManufacturerName` (string) - `Flags` (array) - `Flags.Name` (string) - `MinValue` (number) - `MaxValue` (number) - `PriceRuleId` (integer) - `PriceRuleName` (string) - `PriceRuleLabel` (string) - `PriceRuleValue` (number) - `PriceRuleUnit` (string) - `KickbackPercentage` (number) - `MinimumProductMarginPercentage` (number) - `MinimumProductMarginPercentageIsInherited` (boolean) - `PreferredPosition` (integer) - `LimitToPriceRecommended` (boolean) - `SupplementCharge` (number) - `SupplementChargePercentage` (number) - `IsActive` (boolean) - `Changed` (string) - `ChangedBy` (string)