# Change order status **PATCH /orders/status/{orderId}** Update tracking code and tracking number for provided Order Endpoint for handling order status updates ## Servers - Production API endpoint - live use only: api.services.omnicado.com/api/v2 (Production API endpoint - live use only) - Development API endpoint - used for testing: api.dev.services.omnicado.com/api/v2 (Development API endpoint - used for testing) ## Authentication methods - Omnicado token based scheme ## Parameters ## Body parameters Content-type: application/json Update order status request - **id** (integer(int64)) Omnicado order ID - **expeditionStatus** (string) ## Responses ### 200: Order is properly updated ### 403: If your account is not allowed to access this endpoint you will receive 403 Forbidden in reply ### 404: If order is not found 404 is provided [Powered by Bump.sh](https://bump.sh)