Hi,
We have customer running 9.10.13, where we would like to use BomItems.
The Problem is that when gettting a specific orderline trough: Dynamicweb.Ecommerce.Services.OrderLines.GetById() the BomOrderLines list is empty.
But if i call the Orderline trough the Context: Dynamicweb.Ecommerce.Common.Context.Cart.OrderLines.FirstOrDefault(x => x.Id == apiOrderline.Id) the BomOrderLines are filled as expected.
It is the same issue for the CartViewModel/CartOrderlineViewModel, where the list BomOrderLines does not exist entirely.
Is this an intended feature?