As of February 20, 2025, these release notes are no longer being updated. For the latest updates to OrderCloud, please visit the Sitecore OrderCloud Changelog.
API v1.0.130 Release Notes
Released on Tuesday, November 26, 2019
New Orders endpoint: POST @
v1/orders/incoming/{orderID}/split
- Creates outgoing Order(s) to Supplier(s), one per uniqueDefaultSupplierID
on the products ordered.New Orders endpoint: POST @
v1/orders/incoming/{orderID}/forward
- Same as/split
, but also submits the outgoing Orders created.New Product property:
AutoForward
- Iftrue
, indicates to automatically trigger/forward
when a Buyer submits an Order containing this Product.New Order property:
ToCompanyID
, primarily useful to Sellers with outgoing Orders to multiple Suppliers.
/split
and /forward
both return a response that looks like this:
1{2 "OutgoingOrders": [ ... ],3 "RemainingLineItemIDs": [ ... ]4}