Embitel

Search
Close this search box.

Mastering Ecommerce Product Catalog Management with PIMCORE: Developer Insights

Being an ecommerce website developer, we are sure you understand that a robust Product Information Module (PIM) is the backbone of successful ecommerce websites!. It has the power to ensure no sleepless nights (literally), especially when the release date is near!

In this hyper-competitive market, ecommerce websites are ought to offer a large number of SKUs’ (products) to cater to customer demands for rich, dynamic experiences.. However, as the demand for rich, dynamic product experiences grows, so do the challenges of manual catalog.

For an ecommerce developer, this translates into a humungous amount of data with very minutely defined attributes along with tagged media/digital assets and product descriptions.

This is just the tip of the iceberg!

Consistency in customer experience (CX) hinges on the website development team's ability to disseminate product-specific information and content across multiple customer touch points. Its in such a scenario, need for a robust ecommerce product catalog management solution becomes indispensable.

blogimage-1

We learnt from our Magento ecommerce development team that PIMCORE is a robust catalog management platform that has proved to deliver very good ROI for some of our Magento projects for highly admired retail brands from India.

So how exactly does PIMCORE help in ecommerce product catalog management? What are the steps involved in integration of PIMCORE with Magento? Which best practices should be followed?

This blog is our quest to find all these answers.

“If you are new to PIMCORE and wish to have a brief introduction to the basics, this previous blog of ours might be of great help.”

Let’s explore how Pimcore empowers developers to streamline the product catalog management process and disseminate accurate information seamlessly across multiple customer touchpoints, thereby driving ecommerce success.

Why is Pimcore a versatile ecommerce product catalog management solution?

We were wondering why our Magento Ecommerce team is so impressed with PIMCORE?

They gave us the following solid reasons, just to get us started:

PIMCORE is distributed as a PHP application that can be installed on the servers. This offers the benefit of storing all the digital assets in backend servers locally. This means you don’t need third party Digital Asset Management systems.

Multiple inventories and stores can be created and mapped to the products. This helps in displaying the same product at different prices for different stores (as per the pricing policy or latest promotions offered by stores based on the store location/geography).

Fair enough!

The rationale behind inclination towards Pimcore is certainly compelling, but how seamless is Pimcore’s ecommerce product catalog management process? We wanted to know!

Here is what our experts had to say:

Pimcore’ s ecommerce product catalog management process stands out for its seamlessness and robustness, offering businesses a comprehensive toolkit to create compelling product catalogs that resonate with their target audience.

Beyond mere product listings, it facilitates the creation of engaging customer experiences through meticulous categorization, rule-based engines, captivating multimedia content integration, automated data and content syndication – to name a few.

How Ecommerce Product Catalog Management Magic Happens with PIMCORE

Products and Category Creation: This is the first step towards product catalog management. Developers can create the products and categories as objects and then attributes such as description, product-specific attributes (nutritional value, washing instructions etc.), and special prices are configured.

The addition of images and other digital assets are optional at this point. One may choose to add the images with the product itself or have a separate digital asset management (DAM) created.

Blogimage-2

After the products and categories are created, they are mapped with each other. Additionally, if one has already created different stores, the products will be mapped with the stores using the store ID.

Product Import: Product Import, as the name suggests, is getting the product list migrated to PIMCORE from different sources.

If there is a product list already created in CSV format, it can be imported to Pimcore as well. Pimcore provides a CSV admin interface for this purpose.

Using command line is one other option available for import to Pimcore.

After the products are imported, the attributes like descriptions and images are added.

Store and Inventory Creation: At times, Store and Inventory creation can be the first step, followed by product and category creation.

In this step, first, the store is created.

Pimcore supports multiple stores that can be created and mapped with the product. As store is also an object in Pimcore, one can define its attributes according to the requirements. These stores can then be mapped with the products.

From stores, we move to the inventory. Unlike store, which is independent of the associated product, inventory is more of variant-based. Variants are nothing but the products that are associated to a base product. Blue T-shirt will be a variant of the product T-shirt.

Also, in a multiple store scenario, the inventories are available store-wise. In such cases, each store will have different inventories. This helps in mapping the products to different stores at different prices and under different offers.

This becomes possible because one product can be mapped to different inventories with variable prices. The store with which the inventory is associated will fetch the price from it and display it to the users. This dynamism is one of the USPs of Pimcore that sets it apart in catalog management.

Workflow Management: Workflow management is among the most critical tasks that Pimcore helps you perform. It is quite helpful in maintaining and improving the quality of data that is stored withPimcore.

To get a better idea, we can consider an example such as Workflow for products. Let’s consider the following steps as a sample workflow.

  • Step 1: Product is added with the all the necessary details by one team member.
  • Step 2: Post this a short description and a special instruction is added by a different team member.
  • Step 3: Digital assets like multiple images, videos, PDFs are then added separately.
  • Step 4:Finally, the Project Manager or Project Lead approves the products, after a review and gives us a thumbs-up to the publishing team.

Workflows like these can be created using workflow management module of thePimcore.

Blogimage-3

Quick view of Workflow management module. Image Courtesy: Pimcore

Pimcoree comes with the configuration file that is available at /app/config/pimcore/workflowmanagement.example.php location. This file enables the development team to manage the workflow configuration.

The workflow management module also comes with several Events that let the developers define their own logic for the workflow.

The following are some examples of these events:

  • preAction
  • postAction
  • preReturnAvailableAction

Pimcore community has also developed a plugin called Workflow GUI( available with Pimcore 10.0.x). This helps in creating and managing the workflow using a graphical interface.

After listening to all this, we realized that ‘Object Oriented’ approach is the secret sauce of success of the Pimcore product catalogue management.

So yes, we all agreed that Pimcore is really the messiah we all our searching for. What Next? Well, one needs to integrate Pimcore with Magento . How does that happen?

Here’s what our development team had to say about the points on which Magento and PIMCORE interact.

PIMCORE is a standalone application, fully capable of managing an ecommerce website. However, its true potential can be realized when integrated with Magento.

Let’s see on which points this integration happens.

  • Products: The products stored in Magento can be made available in PIMCORE. The APIs available with PIMCORE may be used for this purpose.
  • Price and inventory APIs: Any extra attributes of the products in Magento like price, inventory information can be retrieved from Magento to PIMCORE
  • Data Assets: There are scenarios where the media assets for the products including the images, videos etc. are hosted separately as a Data Asset Management (DAM) Module. In such cases, both PIMCORE and Magento can access this data using relevant APIs.
  • Application Programming Interfaces (APIs): The Backbone of PIMCORE

One of the reasons for why widespread Pimcore is popular as a versatile ecommerce product catalog management tool is its API-driven architecture.

The revered product catalogue management solution supports Rest APIs by default. With such APIs, the communication between the web-based application and servers consumes less bandwidth and is more flexible.

The developers can create several custom APIs as well to fetch data from Pimcore and display it on the web or mobile app. The output of these APIs are in JSON format which can be parsed by the web browsers as well as mobile apps.

Here are a few Examples of Pimcore APIs:

  • Full Product List APIs: To get the entire product list from PIMCORE server.
  • Specific Product APIs: APIs to get specific products from PIMCORE.
  • Price and Inventory APIs: List of price and inventory mapped to the product.
  • Store Information APIs: To show which product the store is mapped with

Now we knew why Pimcore could be so easily used with ecommerce platforms like Magento. Actually, it was the APIs that called the shots.

Just when we thought we had figured out how Pimcore makes ecommerce product catalog management a cakewalk, we were introduced to some more amazing features.

How Pimcore Redefined Ecommerce Product Catalog Management

Pimcore takes an API-driven approach which makes it a widely accepted and supported PIM/DAM platform. Here is how Pimcore helps developers through an efficient and smooth product catalog management process.

Version management: Every content that you create in PIMCORE is a version. Whether it is objects, digital assets or documents, there are all versions. Every change made to these elements will create a new version.

This makes it very easy to restore any version if needed. The version history makes it possible to choose the desired version and publish it.

Pimcore also allows for turning off the versioning for a particular process. This features comes in handy when working 3rd party systems for imports and synchronization.

Blogimage-4

PIMCORE Backend UI where versions are listed . Image Source : Pimcore demo page

Scheduling: The element types in PIMCORE, documents, assets and objects implement a scheduler. It gives the ability to create tasks including publish, un-publish, delete and publish version.

As the name clearly suggests scheduler lets you choose the date and time for an action to be performed on a particular element. In the PIMCORE backend UI, you can look for the calendar icon (see in the image below). Here, the task can be added with date and time. The scheduler will then perform the task at the date and time chosen by you.

This helps the ecommerce admin to manage the products efficiently and somewhat automatically.

Schedule it and it will be done at the time of your choice!

Notes and Events: There are a few changes or events on the elements that are independent of versioning. These changes are logged by Notes and Events module of PIMCORE.

Creating Notes and Events Using API

This is how the entry will look like

This is not to be confused with versioning. Some changes to the elements made by the marketers or changes happening during imports/sync do not have a direct impact on the data. However, they are important enough to be recorded. For all such changes, Notes and Events are used.

Properties: The PIMCORE elements may have their custom properties. For instance, the document may need to show the sidebar, use additional style sheets or hide the navigation panel. These properties can be specified using this Properties feature.

When you have multiple editors on a PIMCORE installation, predefined properties are helpful. Using the feature, default value of each property can be defined. The productivity of the editors increase manifold as a result.

Blogimage-5

Defining Custom Properties of the elements from PIMCORE Backend UI. Image Source: Pimcore demo Page

Tags: If you need to create additional classifications for any of the objects (stores, products, inventory etc.) you will need this module. Creating extra taxonomies for the objects makes it easy to filter them. These tags also act as an additional search criterion to an application.

Wrapping Up

With its intuitive interface and all the powerful features we have discussed in this blog , and lot more, Pimcore’s product catalog management system truly stands out .

From simplifying the tedious task of coordinating multiple data sources to managing version control, and accommodating diverse languages and currencies, Pimcore is a pure game-changer for businesses, online shoppers and developers.

Hope the blog answers some of your doubts about Pimcore’s efficiency in streamlining the product catalogue management system .

We will be back with more such insightful blogs on Pimcore. Watch out for this space! For details in Pimcore implementation for your e-store, drop us a email at sales@embitel.com

Sreedevi V

About the Author

Sreedevi is a seasoned digital strategist with over 9 years of experience in both B2C and B2B marketing, brings her passion for B2B tech marketing to life. An explorer at heart, she cherishes connecting with new people and uncovering the stories that define cities and individuals. In her free time, she revels in the world of music, short stories, and picturesque journeys to nature's wonders.

Scroll to Top