Autoload: upload charges
autoload_get_report_items_fees_by_idRetrieve placement charges per listing for an autoload report. Breakdown costs by ad ID, charge type, and amount.
Instructions
Returns the placement charges for each listing in a specific upload (by report_id): ad_id, avito_id, charge type (single — from the wallet / package — from a package), and the amount or package ID. Read-only, with pagination (meta with total/pages). Use it to break down the cost of an upload; for listing processing/statuses use autoload_get_report_items_by_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| report_id | Yes | Autoload report identifier (ID); obtain it via autoload_get_reports_v2. Required. | |
| per_page | No | Number of charges per page. Defaults to 100 (the API allows up to 200). | |
| page | No | Page number (integer ≥ 1). Defaults to the first page. | |
| ad_ids | No | Filter by listing IDs from the file (the feed Id parameter), separated by "," or "|". | |
| avito_ids | No | Filter by listing Avito IDs, separated by "," or "|". |