I found a alternative way to obtain TrackingCode property, and this is filled:
var shipment = shipmentService.GetShipmentsByOrderKey(invoice.Orders.First().Key).FirstOrDefault();
if (shipment != null) {
var myTrackingCode = shipment.TrackingCode; // my tracking code
}
How to read TrackingCode in Invoice
How can I read TrackingCode in Invoice?
I found TrackingCode property in shipAddress invoice line items, but it is always NULL.
But I can read TrackingCode in BackOffice.
I found a alternative way to obtain
TrackingCode
property, and this is filled:Is it the right solution?
How stamp it on invoice?
Sorry @Biagio, can you spell more details about what you need to do?
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.