Orders: courier time slots
orders_get_courier_delivery_rangeFetch available courier pick-up time slots for a seller-courier delivery order. Returns date intervals to choose from before booking.
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. |