Orders: courier time slots
orders_get_courier_delivery_rangeRetrieve available courier pickup time slots for an order. Provide seller address and order ID to get intervals for selection.
Instructions
Returns the available time slots for a courier to pick up the item (get_courier_delivery_range), for seller-courier delivery (RDBS/Courier). Read-only. Call it BEFORE orders_set_courier_delivery_range — a specific slot is chosen from the response (dateOptions with intervals and intervalType). Do not confuse it with the set version: this one only reads the available intervals, it does not book them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Seller's address where the courier picks up the item. | |
| orderId | Yes | Avito order ID. |