Chapter 13: Implementing Master Data Management
In the previous chapter, you learned about the concept of Product Information Management (PIM), and how to properly create a Pimcore class to represent products. Through some coding examples, you learned how to create product variants and bundle products, and how to define different types of products by extending the defined class with Objectbricks.
In this chapter, we will present the concept of Master Data Management (MDM), and how to expose Pimcore objects to third-party applications using the Datahub Pimcore bundle. The chapter is organized as follows:
- Turning Pimcore into MDM
- Activating the Pimcore Datahub bundle
- Exposing entities
- Using mutation queries
- Creating a custom mutation
- Defining custom reports
Starting with a definition of Master Data Management, we will see how to turn Pimcore into MDM. Then, we will present the Pimcore Datahub bundle and explain how to install it. After that, we will...