Back to Directory
Mirakl favicon

Mirakl

Announced

Enterprise marketplace platform that enables retailers and B2B companies to launch and scale multi-vendor marketplaces with seller onboarding, catalog management, and order routing.

Mirakl has announced plans to support UCP as a participant. No public endpoint is available yet.

Mirakl is the leading enterprise marketplace platform, powering multi-vendor marketplaces for major retailers including Best Buy, Macy's, Kroger, and hundreds of B2B operators. It provides the technology layer for operators to onboard third-party sellers, manage product catalogs across thousands of SKUs, route orders to the correct fulfillment party, and handle commission settlement.

The platform separates marketplace operations into two layers: the operator layer (the retailer managing the marketplace) and the seller layer (third-party vendors listing products). Mirakl handles the complexity between them: seller onboarding workflows, product content normalization, pricing rules, shipping option aggregation, and dispute management. This abstraction is what makes Mirakl-powered marketplaces appealing to enterprise operators who want marketplace revenue without building the infrastructure.

For UCP, Mirakl represents a significant integration point. A retailer running a Mirakl marketplace could expose a single UCP endpoint that gives agents access to the full catalog from hundreds of sellers. Instead of agents navigating individual seller APIs, Mirakl's unified catalog and order routing layer becomes the interface. Mirakl has announced plans to explore UCP integration, positioning the platform to become an agent-accessible gateway to enterprise multi-vendor commerce.

Why This Matters for UCP

Mirakl provides the enterprise marketplace infrastructure layer, enabling agents to browse multi-vendor catalogs and route orders across hundreds of sellers through a single operator API.

UCP Capabilities

checkoutorder management

UCP Endpoint

Announced — Endpoint not yet publicly available

Integration Example

// Mirakl Connect API for marketplace catalog and order access.
// Agents interact with the operator's Mirakl-powered marketplace via REST.

const miraklBase = 'https://{operator}.mirakl.net/api';

// Browse the marketplace catalog
const products = await fetch(miraklBase + '/products/search', {
  method: 'POST',
  headers: {
    Authorization: 'Bearer ' + process.env.MIRAKL_API_KEY,
    'Content-Type': 'application/json',
  },
  body: JSON.stringify({
    query: searchQuery,
    max: 20,
    sort: 'price_asc',
    filters: { channel: 'marketplace' },
  }),
}).then(r => r.json());

// Create an order through the marketplace layer
const order = await fetch(miraklBase + '/orders', {
  method: 'POST',
  headers: {
    Authorization: 'Bearer ' + process.env.MIRAKL_API_KEY,
    'Content-Type': 'application/json',
  },
  body: JSON.stringify({
    customer: { email: buyerEmail, shipping_address: shippingAddress },
    order_lines: [{ offer_id: products.data[0].id, quantity: 1 }],
  }),
}).then(r => r.json());

UCP Status

Announced

Tags

marketplacemulti-vendorenterprisesaasb2bseller-onboardingorder-routing

Pricing

enterprise

Added 2026-04-23
Verified2026-04-23
Documentation

Is this your listing? Claim it to get analytics, a verified badge, and priority placement. Claim your listing →

Reviews

★★★★★4.7 (3 reviews)

These are illustrative examples to show what reviews will look like. Submit your own experience below.

JS

J. Santos

Senior Engineer · Feb 28, 2026

★★★★★

Integration was straightforward. The UCP endpoint discovery works as documented and checkout completes in under 2 seconds.

ML

M. Lee

Backend Developer · Mar 3, 2026

★★★★

Works well for our use case. The documentation is accurate and the implementation matches what the spec describes.

RK

R. Kapoor

Platform Engineer · Jan 15, 2026

★★★★★

Integrated in an afternoon. Solid implementation with no unexpected edge cases in production.

2 other tools in Marketplace Platforms

Is this your tool? Claim this listing

Related Marketplace Platforms

Walmart Marketplace favicon

Walmart Marketplace

Marketplace Platforms

Ecosystem

Walmart's third-party seller marketplace reaching 120M+ monthly visitors, allowing brands and resellers to list products alongside Walmart's own inventory with fulfillment options.

marketplaceretailseller-marketplace
UnverifiedAgent-Ready: 40%
4.1implementation(16 signals)
freemium
Faire favicon

Faire

Marketplace Platforms

Ecosystem

Wholesale marketplace connecting independent brands with boutique retailers, offering Net 60 payment terms and free returns on opening orders.

wholesaleb2bmarketplace
UnverifiedAgent-Ready: 40%
4.3implementation(53 signals)
freemium