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.
The Name of this VariantItem. Will be the same as the corresponding product if this is not a Variant. MaxLength: 255.
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.
Seed formatted as TypeId[1]:Guid[1], TypeId[2]:Guid[2],.., TypeId[n]:Guid[n]. MaxLength: max.
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.
Indicates the default value used as quantity when buying the product. If IsRecommendedQuantityFixed is true, only multiples of this quantity should be allowed.
If this is set to true only multiples of RecommendedQuantity should be allowed.
Sub header from the Product in Storm. Only set if Product texts are variant unique. MaxLength: 255.
Sub description from the Product in Storm. Only set if Product texts are variant unique. MaxLength: max.
{ "Id": 0, "GroupByKey": "string", "Name": "string", "StatusId": 0, "TypeId": 0, "PartNo": "string", "ManufacturerPartNo": "string", "ImageKey": "string", "FlagIdSeed": "string", "Price": { "Value": 0, "Recommended": 0, "Catalog": 0, "VatRate": 0, "PriceListId": 0, "IsBuyable": true, "RecommendedQuantity": 0, "IsRecommendedQuantityFixed": true, "Standard": 0, "ValueIncVat": 0 }, "OnHand": { "Value": 0, "IncomingValue": 0, "NextDeliveryDate": "2019-08-24T14:15:22Z", "LeadtimeDayCount": 0, "LastChecked": "2019-08-24T14:15:22Z", "IsActive": true, "IsReturnable": true, "Info": [ … ] }, "OnHandStore": { "Value": 0, "IncomingValue": 0, "NextDeliveryDate": "2019-08-24T14:15:22Z", "LeadtimeDayCount": 0, "LastChecked": "2019-08-24T14:15:22Z", "IsActive": true, "IsReturnable": true, "Info": [ … ] }, "OnHandSupplier": { "Value": 0, "IncomingValue": 0, "NextDeliveryDate": "2019-08-24T14:15:22Z", "LeadtimeDayCount": 0, "LastChecked": "2019-08-24T14:15:22Z", "IsActive": true, "IsReturnable": true, "Info": [ … ] }, "Parametrics": { "ListSeed": "string", "MultipleSeed": "string", "ValueSeed": "string" }, "AdditionalImageKeySeed": "string", "EanCode": "string", "IsBuyable": true, "UnitOfMeasurement": "string", "UnitOfMeasurementCount": 0, "RecommendedQuantity": 0, "IsRecommendedQuantityFixed": true, "SubHeader": "string", "SubDescription": "string", "UniqueName": "string" }