# Change order tracking status **PATCH /orders/tracking/{orderId}** Update tracking code and tracking number for provided Order Endpoint for handling order tracking 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 Order tracking update request - **id** (integer(int64)) Omnicado order ID - **trackingNumber** (string) - **trackingUrl** (string) - **carrierName** (string) Optional carrier name ## 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)