InvoiceDetailCartItemIsProductShippable Property

Indicates if this product is considered "shippable" by netFORUM, which generally means that the product represents a physical good that needs to be delivered to the customer.

Definition

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
[NetForumFieldAttribute("ivd_shippable_flag")]
public bool IsProductShippable { get; set; }

Property Value

Boolean

Remarks

Just because an item is "shippable", does not mean that a shipping charge applies to it. In cases where this invoice detail is originally from a previous invoice, this property's value is the same as when it was originally generated.

See Also