# Update order **POST /v1/order/update** ## Servers - Development Server: https://api-dev.classmanager.io (Development Server) - Localhost: https://localhost (Localhost) - Local (Valet): https://classmanager.test (Local (Valet)) - Staging Server: https://api-stage.classmanager.io (Staging Server) - Production Server: https://api.classmanager.io (Production Server) ## Parameters ### Body: application/json (object) Updates order items status to a new a new status - **itemIds** (array[string]) List of order item ids to update - **status** (string) New status for the order items ## Responses ### 204 No content ### 400 Bad request ### 422 Unprocessable request [Powered by Bump.sh](https://bump.sh)