Autoload: Ad ID by Avito ID
autoload_get_ad_ids_by_avito_idsMaps Avito IDs to listing identifiers (ad IDs) from the autoload feed. Use it when you need to find the corresponding ad ID for known Avito IDs.
Instructions
Returns the listing identifiers from the autoload file (ad_id) by their Avito identifiers (avito_id) — an avito_id → ad_id mapping. Read-only. Use it when you have Avito IDs and need to find the corresponding ID from the source feed. The reverse direction is autoload_get_avito_ids_by_ad_ids.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | List of listing Avito IDs separated by "," or "|" (e.g. "12345,6789"). Required. |