All Release Notes
Update Deliveries
15 December 2017
Enhancement
MessagesOrders
The deliveries of orders can now be amended after creating parcels or deliveries in cases data needs to be added or changed. Corresponding messages have been added, as well as messages for changing the state of the shipment and return shipment to which clients can now subscribe.
- [API] Added the update actions
setDeliveryItems
,removeParcelFromDelivery
,removeDelivery
,setParcelMeasurements
,setParcelTrackingData
andsetParcelItems
to Orders. - [API] Added corresponding messages: DeliveryRemovedMessage, DeliveryItemsUpdatedMessage, ParcelRemovedFromDeliveryMessage, ParcelTrackingdataUpdatedMessage, ParcelMeasurementsUpdatedMessage and ParcelItemsUpdatedMessage.
- [API] The changeShipmentState update action now produces the OrderShipmentStateChangedMessage.
- [API] The setReturnShipmentState update action now produces the OrderReturnShipmentStateChangedMessage.