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.
Namespace: Ignition.Commerce.ShoppingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
[NetForumFieldAttribute("ivd_shippable_flag")]
public bool IsProductShippable { get; set; }
<NetForumFieldAttribute("ivd_shippable_flag")>
Public Property IsProductShippable As Boolean
Get
Set
public:
[NetForumFieldAttribute(L"ivd_shippable_flag")]
property bool IsProductShippable {
bool get ();
void set (bool value);
}
[<NetForumFieldAttribute("ivd_shippable_flag")>]
member IsProductShippable : bool with get, set
Property Value
Boolean
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.