Mark order as delivered
Orders
Mark order as delivered
Marks an order as delivered (the step before completion).
This endpoint should be called when an order has been handed off to the customer. It performs the following operations:
- Updates the order status to ‘delivered’ and sets delivered_at timestamp
- Updates all order_items status to ‘delivered’
- Updates all totes for the order to ‘delivered’ status
- Updates all bags for the order to ‘delivered’ status
After delivery, call the /complete endpoint to finalize the order and reset equipment.
POST
Mark order as delivered
Documentation Index
Fetch the complete documentation index at: https://docs.switchyard.run/llms.txt
Use this file to discover all available pages before exploring further.