List Transactions
list_transactionsRetrieve a detailed list of financial transactions for your Ozon seller account. Filter sales, commissions, returns, and payouts by date range, operation type, or posting number.
Instructions
Get a detailed list of financial transactions: sales accruals, commissions, delivery charges, returns, marketing fees, and payouts. Filter by date range (required). Optionally filter by operation type, posting number, or transaction type (orders, returns, services, transfers). Dates must be ISO 8601, e.g. "2024-01-01T00:00:00.000Z".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default: 1) | |
| date_to | Yes | End date-time in ISO 8601 UTC, e.g. "2024-01-31T23:59:59.000Z" | |
| date_from | Yes | Start date-time in ISO 8601 UTC, e.g. "2024-01-01T00:00:00.000Z" | |
| page_size | No | Items per page (default: 100) | |
| operation_type | No | Filter by operation type, e.g. ["ClientReturnAgentOperation", "MarketplaceMarketingActionCostOperation"] | |
| posting_number | No | Filter by specific posting number | |
| transaction_type | No | Transaction category. Default: all |