开发者

Magento: Can I mark an order as shipped and send the tracking number in the same API call?

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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜