# List product parametrics Lists Product Parametric values for a product. What parametric values are returned is defined in the primary Category of the product, or if no primary exists, the first category by sort order. If the product does not exist or does not have a category an empty list is returned. Sort order of the parametric values is taken from the order defined for the category. Endpoint: GET /ListProductParametrics Version: 1.1 ## Query parameters: - `productId` (integer, required) Internal id of the Product. - `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): - `Name` (string) MaxLength: 50. - `Value` (string) MaxLength: max. Obsolete! - Use Value2 with Uom - `Id` (integer) Internal product parametric id. - `ValueId` (integer,null) Parametric value internal id if the parametric type is single list value. - `Description` (string) - `ValueDescription` (string) MaxLength: max. - `IsPrimary` (boolean) - `ValueIdSeed` (string) MaxLength: max. - `Value2` (string) The parametric value, if not a ListValue or a MultiValue parametric. MaxLength: max. - `Uom` (string) The unit of measurement, if any. MaxLength: 50. - `GroupId` (integer) Id of the parametric group. - `GroupName` (string) Name of the parametric group. MaxLength: 50. - `SortOrder` (integer) Use this to sort the parametric. The value is fetched from the variant group type's sort order in the first place and then from the category's sort order for the parametric values. - `Code` (string) An external application specific code use to identify this Parametric. MaxLength: 50. - `IsHidden` (boolean) Indicates if the parametric is hidden or not. This can be used to hide parametrics that are only used in application logic. Only non-hidden parametrics should be displayed in the frontend.