Mirakl Catalog Manager (MCM)

API Reference

The Mirakl Catalog Manager suite provides a robust set of REST APIs designed to streamline catalog management processes. From managing product data and categorization to handling sellers' catalogs, our APIs support a variety of use cases essential for operations. The API collection is structured around three primary user groups:

  • Front APIs: These APIs are built for seamless machine-to-machine interactions, facilitating integration between MCM and other systems such as Product Information Management (PIM) systems and ERP solutions.

  • Operator APIs: These APIs require authentication with operator-specific credentials, allowing for actions that reflect operator-level permissions and responsibilities, including catalog oversight and product data governance.

  • Seller APIs: Designed for sellers, these APIs enable seller-specific operations such as retrieving product information about their catalog.

Warning

You are not authenticated, which means you may not have access to the full content of our documentation.

Click here to login

About the OpenAPI file content

The following types of APIs are excluded from the OpenAPI 3 file:

  • Multipart APIs that have at least a file AND at least an object as input. This configuration is totally valid regarding HTTP standards, but the vast majority of OpenAPI code generators are not able to deal with this kind of APIs. As a result, code generators consider the whole OpenAPI 3 file as invalid, which prevents the code generation.
  • APIs with dynamic URL. Some of our endpoints are not designed to be called directly: their URLs are dynamically built and returned as a result of a previous API call.