All Release Notes
Parcel Items
24 October 2017
Composable Commerce
HTTP API
Enhancement
Orders
We now support tracking line items on a Parcel. With this new ability, you can define which line items of a Delivery goes into which parcel. Example: An order consists of fresh fruits and meat products. This will be one delivery, but it will have two parcels. One for the fresh fruits and one for the meat products.
- [API] Added field
items
to Parcel. - [API] Added field
items
to Add Parcel update action. - [API] Changed field
items
on Add Delivery update action to be optional.