| LiveIntegrationAddInErpShippingItemKey Property |
Gets or sets the key for shipping item.
Namespace:
Dynamicweb.Ecommerce.LiveIntegration
Assembly:
Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax [AddInParameterAttribute("ERP shipping item key")]
[AddInParameterEditorAttribute(typeof(TextParameterEditor), "NewGUI=true;inputClass=NewUIinput;Horizontal=true;")]
[AddInParameterGroupAttribute("C) Orders")]
[AddInParameterOrderAttribute(159)]
public string ErpShippingItemKey { get; set; }
<AddInParameterAttribute("ERP shipping item key")>
<AddInParameterEditorAttribute(GetType(TextParameterEditor), "NewGUI=true;inputClass=NewUIinput;Horizontal=true;")>
<AddInParameterGroupAttribute("C) Orders")>
<AddInParameterOrderAttribute(159)>
Public Property ErpShippingItemKey As String
Get
Set
Property Value
Type:
StringThe key for shipping item.
Implements
ISettingsErpShippingItemKeySee Also