go through the orderslines and find matching packageLineItems, not the other way around. This is more efficient, as we can only fulfil, what we have in Saleor as orderline. The other way around is not working well for packages with exploded bundle products etc.
go through the orderslines and find matching packageLineItems, not the other way around. This is more efficient, as we can only fulfil, what we have in Saleor as orderline. The other way around is not working well for packages with exploded bundle products etc.