-
Notifications
You must be signed in to change notification settings - Fork 1
Refund Processing
“SilentJMA” edited this page Jun 18, 2026
·
1 revision
The plugin handles marketplace refunds and credit notes, processing them through the RE01 API.
Navigate to Mirakl → Refunds to view and process refunds.
- Import — Refunds/credit notes from Mirakl are fetched via the RE01 API
-
Display — Refund records are listed in the Refunds admin page with details:
- Mirakl refund ID
- Related order ID
- Amount and currency
- Reason code
- Status
- Processing — Admin can process individual refunds or trigger a batch import
| Type | Description |
|---|---|
| Full Refund | Complete order amount refunded |
| Partial Refund | Specific line items or amounts refunded |
| Credit Note | Credit issued (not necessarily a monetary refund) |
When a refund is processed:
- A WooCommerce refund is created against the related order
- The refund amount is recorded in WooCommerce's order notes
- The Mirakl refund record status is updated
- Inventory is adjusted if applicable (returned stock)
To process a refund manually from the order edit page:
- Open the WooCommerce order (must have
_mirakl_order_idmeta) - In the Mirakl Actions section, click Refund
- Enter the refund amount and reason
- Submit — the refund is sent to Mirakl via the RE01 API