[This is preliminary documentation and is subject to change.]
Creates shipping label
Namespace: NFX.Web.ShippingAssembly: NFX.Web (in NFX.Web.dll) Version: 3.0.0.1 (3.0.0.1)
public Label CreateLabel(
IShippingContext context,
Shipment shipment
)
public Label CreateLabel(
IShippingContext context,
Shipment shipment
)
Public Function CreateLabel (
context As IShippingContext,
shipment As Shipment
) As Label
Public Function CreateLabel (
context As IShippingContext,
shipment As Shipment
) As Label
public:
Label CreateLabel(
IShippingContext^ context,
Shipment^ shipment
)
public:
Label CreateLabel(
IShippingContext^ context,
Shipment^ shipment
)
member CreateLabel :
context : IShippingContext *
shipment : Shipment -> Label
member CreateLabel :
context : IShippingContext *
shipment : Shipment -> Label
Return Value
Type:
Label