This page is no longer maintained. As of February 20, 2025, release notes have moved to developers.sitecore.com/changelog/ordercloud.
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 uniqueDefaultSupplierIDon 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/forwardwhen 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}