Mirakl
Automate Mirakl marketplace seller orders, order-line decisions, shipment tracking, offer imports, and marketplace events.
Tools
| Name | Description |
|---|---|
list_ordersList Mirakl seller orders with pagination and status/date filters. | List Mirakl seller orders with pagination and status/date filters. |
get_orderGet a Mirakl seller order by order ID. | Get a Mirakl seller order by order ID. |
accept_order_linesAccept Mirakl order lines for an order. | Accept Mirakl order lines for an order. |
refuse_order_linesRefuse Mirakl order lines for an order. | Refuse Mirakl order lines for an order. |
update_order_trackingUpdate tracking information for a Mirakl order. | Update tracking information for a Mirakl order. |
list_offersList Mirakl seller offers with pagination and optional filters. | List Mirakl seller offers with pagination and optional filters. |
get_offerGet a Mirakl seller offer by offer ID. | Get a Mirakl seller offer by offer ID. |
import_offersSubmit a Mirakl offer import payload for asynchronous processing. | Submit a Mirakl offer import payload for asynchronous processing. |
get_offer_importGet the status of a Mirakl offer import by import ID. | Get the status of a Mirakl offer import by import ID. |
Triggers
| Name | Description |
|---|---|
marketplace_event_receivedReceive Mirakl marketplace notification payloads forwarded to this webhook. | Receive Mirakl marketplace notification payloads forwarded to this webhook. |
Quick Start
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.