# Set order tracking information **PUT /orders/{orderId}/tracking** Set order tracking information. Available only if order status is `shipped`. ### ⚠ Attention Avoid using this endpoint if you are able to provide tracking while changing order status to `shipped`, to avoid problems with meeting your quality of service metrics. ## Servers ## Parameters ### Headers - **X-Application-Name** (string) ### Path parameters - **orderId** (integer(int64)) Order identifier ### Query parameters - **client_id** (string) Client identifier ### Body: (object) Tracking information - **tracking_url** (string) - **tracking_number** (string) ## Responses ### 200 OK #### Headers - **X-RateLimit-Limit** (string) All available time windows applicable for request made, with the count of requests from smallest window as first value. - **X-RateLimit-Remaining** (integer) The smallest amount of requests left for the time window. - **X-RateLimit-Reset** (integer) Time in seconds until current window with lowest amount of requests resets #### Body: (object) - **result** (object) [Powered by Bump.sh](https://bump.sh)