Tracking code is not updating after i create and marked the order as shipped

as there is no single api to create order mark as shipped and update tracking code (as i think so). (1) i firstly called order create api v3 and (2) then marked shipped api and (3) then update tracking code through shipping info api with in a single function. it works great in local (test account) while in live account the order is created and the order is marked as shipped. but not updating the tracking code.

thanks.

Apologies, it appears our docs are missing the proper method.

You do not need to call /mark_as_shipped, but do POST to /shipping_info with the tracking information, and this should be the correct endpoint and method for you.

thanks !! will try :wink: