OrderDetailViewModel
Order detail record.
Name | Description | Type | Additional information |
---|---|---|---|
ID |
Identifier of the order item. |
integer |
None. |
OrderID |
Identifier of the order. |
integer |
None. |
OrderDetailStatusID |
Identifier of the order detail status. |
integer |
None. |
InventoryID |
Identifier of the inventory item contained in the order detail. |
integer |
None. |
Reference |
Reference value of the order detail. |
string |
None. |
Tax |
Tax of the order detail. |
decimal number |
None. |
Quantity |
Quantity of inventory items of the order detail. |
integer |
None. |
IsGroupItem |
Determines if this order detail is a grop item. |
byte |
None. |
GroupOwnerDetailID |
Identifier of the order detail that is the parent item of this order detail. |
integer |
None. |
Price |
Price of the order detail. |
decimal number |
None. |
OtherPrice |
First other price of the order detail. |
decimal number |
None. |
Volume |
First volume value of the order detail. |
decimal number |
None. |
Compare |
Compare value of the order detail. |
decimal number |
None. |
TaxableAmount |
Unit Taxable amount of the order detail. |
decimal number |
None. |
CurrencyTypeID |
Identifier of the currency type of the order detail. |
integer |
None. |
ShipMethodID |
Identifier of the shipping menthod associated to the order detail. |
integer |
None. |
TrackingID |
Tracking number associated to the order detail. |
string |
None. |
DateShipped |
Date when the order detail was shipped. |
date |
None. |
WarehouseID |
Warehouse identifier associated to this order detail. |
integer |
None. |
OtherPrice2 |
Second other price of the order detail. |
decimal number |
None. |
Volume2 |
Second volume value of the order detail. |
decimal number |
None. |
PackSlipProcessID |
PackSlip Batch identifier associated to the order item during shipment. |
integer |
None. |
AvgWeightedCost |
Avegare weight cost associated to the order detail. |
decimal number |
None. |
PartyRewardID |
Party reward identifier associated to the order detail, if exist. |
integer |
None. |
Volume4 |
Forth volumen value of the order detail. |
decimal number |
None. |
OtherPrice3 |
Third other price of the order detail. |
decimal number |
None. |
OtherPrice4 |
Forth other price of the order detail. |
decimal number |
None. |
TaxCodeID |
Tax code identifier associated to the order detail. |
string |
None. |
TaxEngineID |
Tax engine identifier associated to the order detail. |
integer |
None. |
ReturnPrice |
Return price to the order detail. |
decimal number |
None. |
PriceID |
Price identifier associated to this order detail. |
integer |
None. |
IsPricingOverriden |
Determines when the prices were overriden or not. |
byte |
None. |
ShippingValue |
Shipping value of the order detail. |
decimal number |
None. |
SerialNumber |
Serial number associated to the order detail, if exists. |
string |
None. |
DataRepairNotes |
Data Repair Notes, if exist. |
string |
None. |
AccountsReceivableGenerated |
Accounts Receivable Generated. |
decimal number |
None. |
OriginatingOrderDetailID |
Originating order detail identifier, if exists. |
integer |
None. |
InventoryAutoshipTemplateID |
Inventory Autoship Template identifier, if exists. |
integer |
None. |
ChildItemReportingPrice |
Child item reporting price. |
decimal number |
None. |
InventoryRelationshipGroupID |
Inventory Relationship Group identifier. |
integer |
None. |
DateCreated |
Date creation of the order detail. |
date |
None. |
ProductID |
The display identifier of the detail item. |
string |
None. |
DisplayName |
The display name of the detail item |
string |
None. |
SmallImage |
The image for the icon of this item |
string |
None. |
ParentProductID |
The ProductID of the parent item, if one exists. |
string |
None. |
CurrencySymbol |
The Currency Symbol that should show for the item. |
string |
None. |
CurrencyAbbreviation |
The Currency Abreviation that should show for the item. |
string |
None. |
Misc |
For any customizations, this holds the extra fields associated to customizations. |
Collection of MiscFieldViewModel |
None. |
SmallIsResourceServerImage |
Toggle indicating if the SmallImage is located on the resource server. |
boolean |
None. |