Weavz
Mirakl

Mirakl

Automate Mirakl marketplace seller orders, order-line decisions, shipment tracking, offer imports, and marketplace events.

CustomCommerce
9 tools
1 trigger

Tools

Name
list_orders

List Mirakl seller orders with pagination and status/date filters.

get_order

Get a Mirakl seller order by order ID.

accept_order_lines

Accept Mirakl order lines for an order.

refuse_order_lines

Refuse Mirakl order lines for an order.

update_order_tracking

Update tracking information for a Mirakl order.

list_offers

List Mirakl seller offers with pagination and optional filters.

get_offer

Get a Mirakl seller offer by offer ID.

import_offers

Submit a Mirakl offer import payload for asynchronous processing.

get_offer_import

Get the status of a Mirakl offer import by import ID.

Triggers

Name
marketplace_event_received

Receive Mirakl marketplace notification payloads forwarded to this webhook.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('mirakl', 'list_orders', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'mirakl',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Mirakl to my app?

Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does Mirakl support?

Mirakl supports 9 tools including List Orders, Get Order, Accept Order Lines, Refuse Order Lines, Update Order Tracking, and more.

Can I use Mirakl with AI agents?

Yes. Add Mirakl to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.

Can Mirakl be used in stateful agent workflows?

Yes. Agents can combine Mirakl tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.

What authentication does Mirakl use?

Mirakl uses Custom. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Mirakl integration cost?

The Mirakl integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does Mirakl support?

Mirakl supports 1 triggers including Marketplace Event Received.

Connect Mirakl in minutes

Get 20,000 free action executions every month. No credit card required.