All Release Notes
Deliveries with address information
20 December 2017
Composable Commerce
HTTP API
Enhancement
Orders
Deliveries can now be given their own addresses. The delivery address is not to be confused with the shipping address. An order can only have one shipping address based on which the shipping rate is determined. With delivery addresses, however, it is possible to capture multiple fulfillment-related addresses, for example, a customer is stocking up on printing paper and has ordered 80 packages of printing paper; 20 packages are to be delivered to the main office building, 58 to the warehouse and 2 for their home office. This can be achieved by defining three deliveries for the order, each with its own address.
- [API] Added field
address
to Delivery and AddDelivery. - [API] Added update action SetDeliveryAddress to update the address on an existing delivery.
- [API] Added message DeliveryAddressSet Message that is produced when the address on an existing delivery has changed.