Transaction logs
Transaction logs are the line-by-line financial records of your Mirakl account. Every fee, commission, refund and payout the operator books against you shows up as one row. Invoices aggregate them — transaction logs are the source data those totals come from.
Where to find it
Section titled “Where to find it”Open Mirakl Dashboard → Quick Start → Transaction Logs. The page title is Transaction Logs and it has two cards:
- Seller Payment Transactions (TL02) — the actual transactions.
- Export jobs — bulk-export jobs you started.
Seller Payment Transactions card
Section titled “Seller Payment Transactions card”Columns: Connection, Type, Amount, Currency, Order, Transaction date, Created.
Sidebar filters: Connection, Transaction type.
Toolbar:
- Refresh — refreshes the list from the local database.
- Sync — opens the Sync transaction logs dialog, where you pick one of your connections and the plugin fetches new transactions from that operator.
- Export history — opens the Export transaction history dialog (see below).
Per-row action: Show details — opens a dialog with the operator’s full data for the transaction (raw fields).
Recognised transaction types include Order amount, Commission fee, Refund order amount, Refund commission fee, Shipping amount, Refund shipping amount, Payout, Manual credit and Manual invoice. Each operator may add more.
Export jobs card
Section titled “Export jobs card”Lists the bulk-export jobs you started, with their status (Pending, Running, Completed, Error). When a job is complete, the Download action appears on the row.
What gets stored
Section titled “What gets stored”For each transaction the plugin keeps:
- the operator’s transaction ID,
- the Type (a free-text label the operator uses — the recognised codes are shown in the Transaction type filter),
- the transaction date,
- the amount and currency,
- the linked Mirakl order (empty for transactions that are not tied to a specific order, e.g. monthly fees),
- the full operator data, available through Show details.
Background sync
Section titled “Background sync”The plugin pulls new transactions from each connection on a schedule. The default interval is once every 24 hours. Mirakl publishes a soft limit of around 20 calls per day for this endpoint, so it is best not to go below 6 hours.
A second scheduled task runs every minute and checks on running bulk-export jobs you started — once they finish, Download becomes available on the Export jobs card.
Initial import
Section titled “Initial import”The first time you turn on order import for a connection, the plugin backfills every transaction within the initial-import window. For accounts with years of history, pick a recent date in the wizard’s initial-import step to avoid pulling millions of legacy rows.
Bulk export
Section titled “Bulk export”When you need more history than the regular sync would cover (for example all commission fees from a particular quarter for a year-end review), use the Export history action:
- Click Export history on the Transaction Logs page. The Export transaction history dialog opens.
- Pick a Connection, a From date and a To date.
- Optionally type a value into Transaction type filter (for example a specific type code) — leave it empty for all types.
- Click Start export.
The job is added to the Export jobs card with status Pending. The plugin polls the operator in the background and the Download action appears on the row when the export is ready. The result is a single CSV the operator generated on its side.
Configuration
Section titled “Configuration”Open Mirakl → Settings → Sync tab, Invoicing & Transaction Logs Sync card:
- Enable Transaction Log Sync (TL02) — default off.
- Transaction Log Sync Interval — how often to pull new transactions. Presets 6 / 12 / 24 hours. Default 24 hours.
- Transaction Log Export Poll Interval — how often to check on bulk-export jobs. Presets 30 seconds / 1 minute / 5 minutes. Default 1 minute.
Tips & gotchas
Section titled “Tips & gotchas”Related
Section titled “Related”- Invoices — the aggregated view of these transactions
- Order import
- Sync logs
- Background tasks