API

  • We are happy to announce that the Cart and Checkout API now supports optimistic concurrency control. This feature helps prevent lost updates caused by concurrent requests overriding changes made by others. If the version number provided by an API client does not match the version on the server, the request will be rejected, allowing the client to handle it accordingly.

  • We added new formats for product codes upc, mpn, and gtin for Catalog V3 Products and Product variant APIs.

Themes

Bug Fixes

  • Corrected the Updated an order endpoint to specify that we remove discounts from line items changed in the request, not the whole order.

Enhancements