| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductName |
Gets or sets the name of the product. |
string |
None. |
| ProductDescription |
Gets or sets the product description. |
string |
None. |
| Id |
Gets or sets the identifier. |
integer |
None. |
| ProductId |
Gets or sets the product identifier. |
integer |
None. |
| ItemQuantity |
Gets or sets the item quantity. |
decimal number |
None. |
| ItemQuantityDelivered |
Gets the item quantity delivered. |
decimal number |
None. |
| ProductCode |
Gets or sets the product code. |
string |
None. |
| ItemPriceExVat |
Gets or sets the item price (exclude VAT). |
decimal number |
None. |
| RowTotalExVat |
Gets or sets the row total (exclude VAT). |
decimal number |
None. |
| Comment |
Gets or sets the comment. |
string |
None. |
| Sequence |
The display sequence. If not specified ShopCtrl will determine the sequence. |
integer |
None. |
| ExpectedDeliveryDate |
Gets or sets the comment. |
date |
None. |
| StockItems |
Please specify the advanced StockItems for this OrderRow. When updating an OrderRow, it's important to provide a complete list of StockItems. The information you provide will be pre-entered during provisioning in the WEB UI. It's worth noting that these StockItems will have *NO* effect if you use the API for provisioning. |
Collection of StockItemDto |
None. |