Delivery: zone schedule [sandbox]
delivery_custom_area_scheduleSet custom working hours for a delivery zone on specific dates like holidays, overriding the regular schedule. Overwrites previous settings for those dates.
Instructions
[SANDBOX] Sets the working schedule of a delivery zone for a specific day that differs from the regular schedule (for example, holidays/weekends). Re-uploading overwrites the previous schedule for those dates. For delivery-service partners only. The body is an array of schedules directly (no wrapper).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schedules | Yes | List of unique custom schedules by date (zone tag, date, working intervals). | |
| 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. |