Originating from #272 and discussed in Nov 29 refinement.
Refactor public accessors into functions.
If needed, rename functions to be short and into context
i.e. productService.get() instead of productService.getProduct()
Avoid redundancy.
Additionally we are allowed to not mirror the commerce platform.
There is a follow up ticket for facades to load once in the store (epic/loadonceinstore).
Originating from #272 and discussed in Nov 29 refinement.
There is a follow up ticket for facades to load once in the store (epic/loadonceinstore).