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
PriceMarkupType
andPriceMarkup
properties (both nullable) to objects returned inLineItem.Specs
collection.Added read-only Specs collection to
Variant
model, 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.