December 2023
New Logistic Framework Order APIs
1min
Release Date: December 7th
We are pleased to announce the addition of new APIs to our Logistics Framework. These enhancements are designed to provide more flexibility and control over order management. Additionally, our Postman collection has been updated to version 2.4.0, incorporating these new APIs along with updated API references.
- Order Management Updates:
- PUT /orders/{orderId}: This API allows for the updating of both core and custom attributes of an order.
- Order Onboarding Capabilities:
- Client-Specific Order Management:
- PUT /clients/{clientId}/orders/{clientOrderId}: Update core and custom attributes of an order by using client ID and clientOrder ID.
- PUT /clients/{clientId}/orders/{clientOrderId}/on-hold: This API enables placing an order on hold, utilizing client ID and clientOrder ID for request.
- Shipment Callback Integration:
- POST /orders/callbacks/shipment/{shipmentId}: This callback API is designed to update the team ID and reference of a shipment.
Please refer to the updated API reference for detailed information on the usage and integration of these new features.
Note: The Postman collection, now at version 2.4.0, includes all the new APIs and comprehensive reference material to assist in their implementation.
Updated 07 Dec 2023
Did this page help you?