Autoload: upload charges
autoload_get_report_items_fees_by_idRetrieve placement charges for each listing in an autoload report, showing charge type and amount per ad. Filter by ad or Avito IDs, paginate results.
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 |
|---|---|---|---|
| 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 "|". | |
| per_page | No | Number of charges per page. Defaults to 100 (the API allows up to 200). | |
| avito_ids | No | Filter by listing Avito IDs, separated by "," or "|". | |
| report_id | Yes | Autoload report identifier (ID); obtain it via autoload_get_reports_v2. Required. |