Delivery: upload areas [sandbox]
delivery_add_areas_sandboxUpload delivery areas using Russian postal codes for a specified tariff. Sandbox environment for safe testing of area additions.
Instructions
[SANDBOX] Uploads the areas where courier delivery/pickup is available for the specified tariff. The address classifier is Russian Post postal codes (1 postal code = all addresses belonging to it). For delivery-service partners only. The body is an array of areas directly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tariff_id | Yes | Tariff identifier (in path). | |
| areas | Yes | Array of areas: directionTag, providerAreaNumber, services (intake/delivery), utcTimezone, zipCodes, restrictions. | |
| dryRun | No | v0.7.0: if true — returns a preview of the HTTP request without calling the Avito API. Safe for inspecting exactly what would be done. Default: the value of AVITO_MCP_DRY_RUN_DEFAULT (usually false). | |
| idempotencyKey | No | v0.7.0: optional key for duplicate protection. A repeat call with the same key within AVITO_MCP_IDEMPOTENCY_TTL_SEC returns the cached result. The same key with different args returns a conflict error — this is safe by design. |