Delivery: actual address [sandbox]
delivery_set_order_real_addressSets the actual pickup address for a delivery order's parcel acceptance or return. Required for agent and customer returns.
Instructions
[SANDBOX] Sends Avito the ACTUAL pickup point used for a parcel's acceptance/return — needed for agent and customer returns. Returns an empty 200 on success. Sibling: delivery_set_order_properties sets cost/parameters; this one only sets the address. For delivery-service PARTNERS only (not regular sellers).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| orderId | Yes | Order identifier. | |
| address | Yes | Actual pickup point/address for parcel acceptance or return. | |
| 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. |