Click or drag to resize

InvoiceDetailCartItemIsInventoryTracked Property

Indicates if inventory (stock) is tracked for the netFORUM Product being purchased through this cart item.

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
[NetForumFieldAttribute("prd_track_inventory_flag")]
public bool IsInventoryTracked { get; protected set; }

Property Value

Boolean

Implements

IInventoryTrackableIsInventoryTracked
See Also