This tutorial guides you to retrieve new order of your shop, and with its order details and the products information in the order through Lazada API. When the order is packed and ready to ship, you would need to change the order status to Ready to Ship (RTS). This API enables you to change order status programatically.
The flow of API calls:
You can use GetOrders to retrieve a list of new orders and the order details. With Order ID of new order, you can use GetOrderItems to retrieve the product information of the order.
If you use Lazada’s shipping provider to deliver your order, you should use SetStatustoPackedByMarketplace to return a unique tracking number of the shipping provider selected.
If you use your own shipping provider, you would need to generate the tracking number per the shipping provider required format by yourself.
Use GetDocuments to get the document for the shipping label, invoice, etc.
When you finish the packing of your order and it is ready to ship, you would need to use SetStatustoReadyToShip to change the order status to Ready to Ship (RTS).
