Using the Magento API, I see how to mark an order as shipped with开发者_运维百科 the sales_order_shipment.create call and how to add a tracking number with the sales_order_shipment.addTrack call. Is there a way to send the tracking number as part of the sales_order_shipment.create call to save a another request?
Unfortunately, no there is not in the default API. You could modify the API to create your own call, however, and add this functionality.
Or, save us all and make a modification to contribute back upstream to Magento core :)
Hope that helps!
Thanks, Joe
精彩评论