| SettingsAddOrderLinePartsToRequest Property |
Gets or sets a value that determines if parts information (BOM) is appended to the outgoing XML request.
Namespace:
Dynamicweb.Ecommerce.LiveIntegration.Configuration
Assembly:
Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax public bool AddOrderLinePartsToRequest { get; set; }
Public Property AddOrderLinePartsToRequest As Boolean
Get
Set
Property Value
Type:
BooleanReturns
true if parts order lines should e added to the request; otherwise,
false.
Implements
ISettingsAddOrderLinePartsToRequestSee Also