Get an order via the order id from Litium

How can I retrieve an order via the order id that Litium sets (e.g LS10005) and not the GUID ?

Litium version: 6.1

var order = _moduleECommerce.Orders.GetOrder(id, Solution.Instance.SystemToken);

1 Like