# List configuration items Lists all configuration items for the supplied list of partNos. The list will contain an item for each partNo. Endpoint: GET /ListConfigurationItems Version: 1.1 ## Query parameters: - `partNoSeed` (string, required) A comma separated list of partNos for which to fetch all configuration items. - `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) The PartNo of the ConfigurationItem. MaxLength: 50. - `Groups` (array) A list of ConfigurationItemGroups where each group contains selectable items. - `Groups.Id` (integer) The internal Id of the ConfigurationItemGroup. - `Groups.Name` (string) The Name of the ConfigurationItemGroup. MaxLength: 512. - `Groups.IsOptional` (boolean) Indicates if any item from Items must be selected or not. - `Groups.IsMultiSelection` (boolean) Indicates if more than one item in Items must be selected or not. - `Groups.SortOrder` (integer) The SortOrder of the ConfigurationItemGroup within the ConfigurationItem. - `Groups.Items` (array) A list of ConfigurationItemGroupItems where each item is a selectable product. - `Groups.Items.ProductId` (integer) The internal product id of the Product. - `Groups.Items.PartNo` (string) The PartNo of the Product. MaxLength: 50. - `Groups.Items.Name` (string) The Name of the Product. When Product is a VariantType, this will be the value of the variant parameter(s). MaxLength: 255. - `Groups.Items.Description` (string) The Description of the Product. MaxLength: max. - `Groups.Items.SortOrder` (integer) The SortOrder of the Item within the group. - `Groups.Items.Quantity` (number) The Quantity of the Item. - `Groups.Items.Price` (number) The Price of the Item. - `Groups.Items.PriceListId` (integer) The internal pricelist id of the Item. - `Groups.Items.VatRate` (number) A rate to multiply with price to get price inc VAT. 25% VAT equals a VatRate of 1.25. - `Groups.Items.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. - `Groups.Items.UniqueName` (string) A unique name that can be used in Urls and to get a Product. GetProduct and GetProductByUniqueName gets the same Product. MaxLength: 500.