Details
Description
Last step when we create new order instance is quite heavy. Need to make it a bit lighter by removing direct relationship to ProdutSku entities thus minimizing lookups in db.
Currently there is a need to do so because we check the availability but this should already be handled by the reservation service. So we need to refactor this a little.