# List variant items This method can be used together with any ListProduct-method to get related variant data when the ListProduct-method is called with asVariants = false. This will enable filtering on variant data in the product list. Just expand on the data needed in the list. Endpoint: POST /ListVariantItems Version: 1.1 ## Query parameters: - `productIds` (integer, required) A list of product internal ids to get variant data for. - `statusSeed` (string, required) Accepts a comma separated string of Status internal ids. Lookup references in ListStatuses. - `parametrics` (string) Parametric values formatted as ListParameters = L[ParametricId]_[ListId], MultiParameters = M[ParametricId]_[MultipleId], ValueParameters = V[ParametricId]_[ValueFrom]-[ValueTo] with asterisk (M20_254V60_256-1024*V70_1.4-1.9. The logical operation between values is AND. - `storeSeed` (string) Accepts a comma separated string of store internal ids. The StoreOnHand property of the product will show the onHand values for supplied Stores if supplied. - `pricelistSeed` (string) A comma separated list of PriceList internal ids to use, if any. PriceLists supplied must be valid, either from the application's public priceList or any customer or company priceLists or any valid client priceLists. For clients configured to use priceListSeed exclusively in the API only the supplied priceLists will be used. If this is not configured, the supplied priceLists will be appended to the valid priceLists. If none is supplied, the default value for the application will be used in combination with any customer or company priceLists. This applies to both configurations. - `customerId` (string) Customer internal id. Checks for specific customer bound prices if provided. - `companyId` (string) Company internal id. Checks for specific company bound prices if provided. Note! customerId is mandatory in combination with companyId. - `expand` (string) An expand option that specifies what expansions should be made on the VariantItem entity. Valid values are: None, Price, OnHand, OnHandStore, OnHandSupplier and Parameters. These can be comma separated. Use Full for all. Default is Full. None will return just the VariantItem without expansions. - `cultureCode` (string) Specifies in which language to display culture specific information. If none is supplied, value is resolved from Application. - `currencyId` (string) Specifies in which currency to display prices. Uses Storm internal ids. If none is supplied, value is resolved from Application. ## Response 200 fields (application/json): - `Id` (integer) The product internal id for this VariantItem. - `GroupByKey` (string) A key that group items on product. It is equal to the product id for non-variants and equals 'v'+variantId for variants. Should be used to correlate ProductItems with VariantItems. MaxLength: int. - `Name` (string) The Name of this VariantItem. Will be the same as the corresponding product if this is not a Variant. MaxLength: 255. - `StatusId` (integer) The status for this VariantItem. Valid values can be found in ListStatuses. - `TypeId` (integer) The sku type for this VariantItem. Valid values can be found in ListSkutypes. - `PartNo` (string) The partNo for this VariantItem. MaxLength: 50. - `ManufacturerPartNo` (string) The manufacturer's partNo for this VariantItem. MaxLength: 50. - `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. - `FlagIdSeed` (string) A comma separated list of flag internal ids. MaxLength: max. - `Price` (object) - `Price.Value` (number) The actual price value, excluding VAT. Multiply by VatRate to get the price inc VAT. - `Price.Recommended` (number,null) The rule based price from a priceList, excluding VAT, if specified. - `Price.Catalog` (number,null) The original price, if specified. - `Price.VatRate` (number) A rate to multiply with price to get price inc VAT. 25% VAT equals a VatRate of 1.25. - `Price.PriceListId` (integer) The priceList id for the price. If multiple priceLists are available then the best (lowest) price will be used. - `Price.IsBuyable` (boolean) Indicates if the item is buyable or not. Will always be false if the status is closed. An exception will be thrown if IsBuyable is false and an attempt to buy the item is made. The property can be used to hide or show the buy-button. - `Price.RecommendedQuantity` (number,null) Indicates the default value used as quantity when buying the product. If IsRecommendedQuantityFixed is true, only multiples of this quantity should be allowed. - `Price.IsRecommendedQuantityFixed` (boolean) If this is set to true only multiples of RecommendedQuantity should be allowed. - `Price.Standard` (number,null) The standard price, excluding VAT, if specified. - `Price.ValueIncVat` (number) The actual price value including VAT calculated on the server side. Should be used to display prices including VAT. - `OnHand` (object) - `OnHand.Value` (number) The aggregated value from all warehouses and locations in the current context (Web, Supplier or Store). - `OnHand.IncomingValue` (number) The incoming quantity on the next delivery. - `OnHand.NextDeliveryDate` (string,null) The next delivery data from supplier to client warehouse. - `OnHand.LeadtimeDayCount` (integer,null) The number of days it takes to ship from the supplier. - `OnHand.LastChecked` (string,null) When onHand info was last checked. Null if never. - `OnHand.IsActive` (boolean) Indicate if the product is stocked in a store. - `OnHand.IsReturnable` (boolean) Indicate if the product is returnable in a store. - `OnHand.Info` (array) List of IdValues for the OnHand data for this sku warehouse location combination. This will always be null unless fetched with any of the ProductOnHand methods. - `OnHand.Info.Id` (integer) The internal Id of the Entity. This Id might be different in different tiers such as Stage and Production. Use Code if hard coding is required. - `OnHand.Info.Value` (string) The Value of the Entity. MaxLength: max. - `OnHand.Info.Code` (string) The Code of the Entity, if existing. Use this value when hard coding is required. MaxLength: 255. - `OnHandStore` (object) - `OnHandSupplier` (object) - `Parametrics` (object) - `Parametrics.ListSeed` (string) A comma separated list of parametric values on the format id:value-id. Id is the parametric id and value id is the parametric value id. Use ListParametricInfo to list all parametric info and ListParametricValues2 for all values as lookup when resolving parametric data. MaxLength: max. - `Parametrics.MultipleSeed` (string) Same as for ParametricListSeed but any parametric can have multiple values. Use ListParametricInfo to list all parametric info and ListParametricValues2 for all values as lookup when resolving parametric data. MaxLength: max. - `Parametrics.ValueSeed` (string) Same as for ParametricListSeed but the value is inlined as id:value. Use ListParametricInfo to list all parametric info and ListParametricValues2 for all values as lookup when resolving parametric data. Parametric with values of type html or text are not supported. MaxLength: max. - `AdditionalImageKeySeed` (string) Seed formatted as TypeId[1]:Guid[1], TypeId[2]:Guid[2],.., TypeId[n]:Guid[n]. MaxLength: max. - `EanCode` (string) The EAN code for this VariantItem. MaxLength: 50. - `UnitOfMeasurement` (string) Short unit of measurement from Storm Admin. MaxLength: 50. - `UnitOfMeasurementCount` (number,null) Unit of measurement count - `SubHeader` (string) Sub header from the Product in Storm. Only set if Product texts are variant unique. MaxLength: 255. - `SubDescription` (string) Sub description from the Product in Storm. Only set if Product texts are variant unique. MaxLength: max. - `UniqueName` (string) A unique name that can be used in Urls and to get a Product. MaxLength: 500.