This page is no longer maintained. As of February 20, 2025, release notes have moved to developers.sitecore.com/changelog/ordercloud.
API v1.0.150 Release Notes
Released on Thursday, March 19, 2020
New endpoint: GET
v1/orders/{direction}/{orderID}/shipments. Use to list shipments for a given order. Prefer over GETv1/shipments?orderID={orderID}, especially from a Seller perspective, due to explicit support for incoming and outgoing orders.Added
PriceMarkupTypeandPriceMarkupproperties (both nullable) to objects returned inLineItem.Specscollection.Added read-only Specs collection to
Variantmodel, mirroring the shape ofLineItem.Specs.Bug fix: Order Approval succeeded when there were insufficient Spending Account funds.
Various non-breaking enhancements to the OpenAPI 3 spec.