NewOnlineOrderDetailWithOverridesViewModel
| Name | Description | Type | Additional information | 
|---|---|---|---|
| Quantity | The quantity of the product to be added. | integer | Required | 
| ProductID | The product that should be added. | string | Required | 
| OverriddenFields | Any fields that should be overwritten (Price, etc.). | OnlineOrderDetailOverriddenFields | None. | 
| Misc | For any customization, misc fields can be appended here. | Collection of MiscFieldViewModel | None. | 
| ForceSeparate | If you want a separate line item for this product, mark this so they are forced to be created separately. | boolean | None. |