Click or drag to resize

IHistoricalOrderItemOriginalQuantity Property

Original quantity for this IHistoricalOrderItem when it was first entered into this order. Does not take returns or cancels into account.

Namespace: Ignition.Commerce.Accounting.History
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
decimal OriginalQuantity { get; }

Property Value

Decimal
Remarks
Note that netFORUM does not require all otherwise IHistoricalOrderItems to be merged together, so two of the same "item" in an order may be represented by a single IHistoricalOrderItem with a OriginalQuantity of 2, or by two separate IHistoricalOrderItems.
See Also