June 2024
Logistics Order Service Updates
5min
Release Date: June 28, 2024
We're excited to announce the latest updates to our Logistics Order Service. This release introduces new endpoints to retrieve and update orders by clientId and clientOrderId and adds a new vehicleModel attribute.
We've added two new endpoints to enhance order retrieval and update capabilities:
a. Retrieve order by clientId and clientOrderID
- Allows clients to fetch specific order details using their unique identifiers.
- Improves efficiency in order lookup processes.
b. Update order by clientID and clientOrderID
- Enables clients to modify existing orders using their unique identifiers.
- Streamlines the order update process for better order management.
We've introduced a new attribute to provide more detailed information about the vehicles used in order fulfillment:
- Attribute Name: vehicleModel
- Description: Specifies the model of the vehicle used for order delivery or pickup.
- Type: string
- Constraints:
- Minimum length: 0 characters
- Maximum length: 64 characters
The following APIs have been updated to include the new vehicleModel attribute:
For detailed information on how to use these new features, please refer to our updated API reference and Logistics Order developer guides.
Updated 28 Jun 2024
Did this page help you?