Skip to main content

Elastic Path Changelog

Keep up with changes to Elastic Path services by subscribing to our RSS Feed, Atom Feed, or JSON Feed

Major Added new promotion type which sets the maximum value of a promotion. Now you can create a promotion which limits the maximum value of a promotion when applying a promotion to a user’s cart. For example, a promotion for 25% off can be limited to $50 off a carts total. After the $50 discount is reached, no further discount applies.

Major Changed default calculation type in stores for new customers to line calculation from simple calculation method. Major Implemented time constrained promotion usage which limits usage to a time range in a given day or dates.

Major Added the item fixed discount promotion. This new discount type allows a fixed discount to be applied to a single line item in a cart. Major Added the item percentage discount promotion type. This new discount type allows a percentage discount to be applied to a single line item in a cart. Major Added promotion maximum usage type which limits the number of times a single promotion can be used storewide. Major Added weight field to products in Commerce Manager.

Notes for releases older than those documented in the release notes section of our knowledge base are not available for many reasons. In particular though, our development process evolved quickly to meet the needs of the business; therefore our release process has changed dramatically from what it once was.

All things considered, if you have any questions about this please reach out to our support team for further assistance.

Major Flow slugs can no longer be pluralized versions of core entity slugs (products, orders, etc).

Minor In some cases, errors to the orders endpoints would return a blank error. This has been resolved. Minor Deleting a relationship on a flow now sets the fields to null, not a blank array.

Minor Fixed an issue where whitespace in filters would cause a 500 error. Minor Fixed an issue where all flows were returned when using ?include.

Minor Added detail to error responses that only included details in preparation to deprecate details

Minor Fixed an issue where updating a file would sometimes result in a 500 error.

Minor Fixed a bug where field_type needed to be specified when updating a field and omitting it would cause a 5xx response. Minor Fixed a bug where the updated_at on a flow was not being updated when the flow was updated.

Minor Return an error if a user tries to add a product to a cart that does not have a price in the supplied currency. Minor Return an error if more than 10 filter parameters are applied to a request. Minor Fixed a bug where adding a relationship field to some entity types could cause a 5xx response.

Minor Fixed a bug where new store settings could be empty.

Minor Added new readonly settings.

Major OPTIONS requests are now handled from the nearest edge location to the client instead of our EU data centre.

Minor Improved validation when creating and updating integrations.

Major Added a new payload field to webhooks with the JSON representation of the updated object. resources is now deprecated but remains in place for the foreseeable future.

Minor Fixed a bug where incorrect error messages could be returned if there was an error when making a payment. For example, you could get an Insufficient Stock error because of an incorrectly formatted payment request.

Major Added new methods, simple (default) and line, to calculate totals for carts and orders.

Minor Fixed a bug where a PUT to a cart item with a quantity of 0 would return a 404.

Minor Fixed a bug where passing mismatched IDs in the URL and body, or not passing an ID in the body would cause a 5xx error.

Minor You can now add a tax item at the same time you add a cart item. See Add Product to Cart or Add Custom Item to Cart and for tax item reference see Tax Items.

Minor Fixed a bug where attempting to disable any currency would result in a Cannot disable the default currency error.

Minor Fixed bug where in some cases cart totals did not exactly reflect the order totals created after the cart was checked out. Cart totals and order totals now exactly match.

Minor Fixed bug where phone number associated with address would not update correctly on PUT.