Autoload: Ad ID by Avito ID
autoload_get_ad_ids_by_avito_idsConverts Avito IDs to ad identifiers from autoload feed. Use with a list of Avito IDs to get their corresponding ad 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. |