NewOnlineOrderDetailViewModel
Container for cart items. When creating a new online order or adding new items to a cart, we only need the product ID and quantity
Name | Description | Type | Additional information |
---|---|---|---|
ProductID |
The Product ID of the item |
string |
None. |
SourceProgrammingKey |
Programming key of the 3rd party who added the item |
string |
None. |
Quantity |
The primary identifier of the order detail id |
integer |
None. |
Price | decimal number |
None. |
|
IsAutoShip | boolean |
None. |
|
Misc |
For any customizations, this holds the extra fields associated to customizations. |
Collection of MiscFieldViewModel |
None. |