Click or drag to resize

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; }

Property Value

Type: String
The key for shipping item.

Implements

ISettingsErpShippingItemKey
See Also