A rate to multiply with price to get price inc VAT. 25% VAT equals a VatRate of 1.25.
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.
The status text of the OrderItem. See ListOrderStatuses for information about available statuses. MaxLength: 50.
A list of infos used to keep application specific data on the order item.
This is the recommended price of the item when the order was created.
This is the catalog price of the item when the order was created.
This is the standard price of the item when the order was created.
{ "RowNumber": 0, "PartNo": "string", "Name": "string", "QtyOrdered": 0, "UnitPrice": 0, "UnitDiscount": 0, "RowAmount": 0, "VatRate": 0, "ImageKey": "string", "Type": 0, "Status": "string", "Info": [ { … } ], "ParentRowNumber": 0, "PriceRecommended": 0, "PriceCatalog": 0, "PriceStandard": 0, "UnitPriceIncVat": 0 }