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.

New Features

1. New Endpoints

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.

2. New Attribute: vehicleModel

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

API Changes

The following APIs have been updated to include the new vehicleModel attribute:

Developer Resources

For detailed information on how to use these new features, please refer to our updated API reference and Logistics Order developer guides.