What’s the API URL for marking an order shipped?

how can i mark an order shipped and update its tracking code using api . please help thanks, :))

I’m not seeing a way to do that through the REST API, and there aren’t any conveniently exposed endpoints in XML-RPC for doing that either but you can probably figure out a way to do it in XML-RPC by using the Update a Record endpoint and exploring the Table Schema Documentation (I think it’s the Jobs table you’re looking for) to see if you can do what you want. That’s probably your best bet.