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.
- 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
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.
The following APIs have been added:
For detailed information on how to use this API, refer to our updated API reference and the following developer guides:
Updated 10 Sep 2024
Did this page help you?