Reschedule a booking
reschedule_sessionMove a booking to a different slot at no charge. Requires the email the order was created with. Call check_availability first to get a valid new_slot_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | Must match the order's email | ||
| order_id | Yes | ||
| new_slot_id | Yes | A slot_id from check_availability |