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 put /orders/{orderid}/on hold utilize this api to place an order on hold order onboarding capabilities post /orders/onboard facilitates the onboarding of orders 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