All Release Notes
Update Deliveries
15 December 2017
Composable Commerce
HTTP API
Enhancement
Messages/SubscriptionsOrders
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: DeliveryRemoved, DeliveryItemsUpdated, ParcelRemovedFromDelivery, ParcelTrackingdataUpdated, ParcelMeasurementsUpdated and ParcelItemsUpdated Message.
- [API] The changeShipmentState update action now produces the OrderShipmentStateChanged Message.
- [API] The setReturnShipmentState update action now produces the OrderReturnShipmentStateChanged Message.