August 2024
Batch Order Creation
5min
date august 31, 2024 we've introduced a batch order creation api to the logistics order service this new feature allows you to create multiple orders using a json api along with the csv, with enhanced tracking and callback functionalities new features batch order creation via json introduction of callback for tracking execution status ability to verify authenticity of callback responses support up to 200 orders per batch success, partial success, failure, and in progress statuses for orders hash verification to ensure response integrity new endpoints we've added two new endpoints to enhance the batch order creation process 1\ create bulk order description allows developers to send multiple orders in a single request using json benefits simplifies the order submission process by consolidating multiple orders into one request, improving efficiency and reducing the number of api calls required 2\ retrieve order status description enables developers to retrieve the status of multiple orders using a single request benefits facilitates easy tracking of order statuses for multiple orders at once, streamlining order management and status monitoring api changes the following apis have been added create batch orders retrieve batch order execution status developer resources for detailed information on how to use this api, refer to our updated api reference and the following developer guides how to create batch orders how to get batch order status