Does anyone have experience setting the ShipFromItemLocation on a sales order line in the SDK?
I am doing the following
if (!item.ShipFromItemLocation.IsSet()){
var itemsfl=ir.ShipFromItemLocation.Create();
}
but itemsfl is always not set...
Does anyone have experience setting the ShipFromItemLocation on a sales order line in the SDK?
I am doing the following
if (!item.ShipFromItemLocation.IsSet()){
var itemsfl=ir.ShipFromItemLocation.Create();
}
but itemsfl is always not set...