av
Avito is the largest classifieds and marketplace platform in Russia, connecting millions of buyers and sellers for goods, real estate, vehicles, and services. Avito provides a seller API for managing listings, messaging, and advertising campaigns.
With the Avito integration in AACFlow, you can:
- Manage listings: Create, update, and delete product listings with images and descriptions
- Monitor items: Track listing views, favorites, and engagement metrics
- Handle messaging: Read and respond to buyer inquiries through Avito's messaging system
- Manage advertising: Control ad campaigns, budgets, and promotional boosts
- Automate inventory: Sync your product catalog with Avito listings in real time
- Track orders: Monitor sales activity and transaction statuses
This integration streamlines marketplace operations on Avito, helping sellers automate listing management, customer communication, and sales tracking.
Nutzungsanleitung
Integrate Avito into the workflow. Can manage listings, retrieve messages, and track item performance. Requires Avito API access token.
Tools
avito_get_items
Retrieve user's Avito listings
Eingabe
| Parameter | Typ | Erforderlich | Beschreibung |
|---|---|---|---|
userId | string | Ja | Avito user ID |
status | string | Nein | Listing status filter (active, inactive, archived) |
limit | number | Nein | Results per page |
offset | number | Nein | Pagination offset |
accessToken | string | Ja | Avito API access token |
Ausgabe
| Parameter | Typ | Beschreibung |
|---|---|---|
items | array | Array of listing objects |
total | number | Total listing count |
avito_update_item
Update an existing Avito listing
Eingabe
| Parameter | Typ | Erforderlich | Beschreibung |
|---|---|---|---|
itemId | string | Ja | Listing ID |
title | string | Nein | Updated listing title |
description | string | Nein | Updated listing description |
price | number | Nein | Updated price |
status | string | Nein | Updated status |
accessToken | string | Ja | Avito API access token |
Ausgabe
| Parameter | Typ | Beschreibung |
|---|---|---|
success | boolean | Whether the update succeeded |
itemId | string | Updated listing ID |
avito_get_messages
Retrieve messages for Avito listings
Eingabe
| Parameter | Typ | Erforderlich | Beschreibung |
|---|---|---|---|
itemId | string | Nein | Filter by listing ID |
limit | number | Nein | Results per page |
accessToken | string | Ja | Avito API access token |
Ausgabe
| Parameter | Typ | Beschreibung |
|---|---|---|
messages | array | Array of message objects |
count | number | Number of messages |

