In the product server documentation it states that the service can "transform products from proprietary formats and into Internet standard formats or run other transformations, all without impacting local stores or operations."
I was wondering what enabled this open-ended functionality. From what I can tell, the idea is that you simply create your own implementation of the QueryHandler interface and do all of the data fetching/transformation there. Is that the case? Thanks! -Andy