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

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.

Minor Cart items now returned with GET cart call.

Minor Adding a promo code to an empty cart now returns 422: "At least one product must be included in your cart to qualify for this offer".

Minor Adding the same promo code to a cart more than once returns 201 but ensures the code is applied only once.

Minor Updating a modifier no longer changes the child product IDs on rebuild.

Minor Improved the safety of carts using different currencies by rejecting requests which would mix up currencies. The following use cases apply:

  1. If you attempt to add a product to a cart which contains items in a different currency, you receive a 400 error.
  2. If you attempt to check out a cart in a different currency than the products that exist in the cart, you receive a 400 error.
  3. If you attempt to GET a cart in a different currency than the items in the cart, then the currency header should be ignored. You should see it in the original currency.
  4. If you attempt to GET cart items in a different currency than the items in the cart, then the currency header should be ignored. You should see it in the original currency.

Minor Fixed an issue with carts whereby changing the product quantity would change the order of cart items. This is now preserved.

Minor Added attribute validation so that only known events are accepted.

Minor DELETE calls are now rejected to remove a relationship from a collection for incorrectly formatted requests.

Minor Checkout call now returns order items in the response.

  • Commerce Manager Fixed inconsistent behavior of pagination in the UI.
  • Fixed an issue whereby an invalid slug would cause an error with the flows endpoint.
  • Fixed an issue whereby a payment request without an object would cause an error.
  • Fixed an issue with the validation issue being logged as error.

Major Released a caching layer for /products endpoints. Cached data is now served to stores from edge locations around the world.

Major Released live version of the Self Checkout solutions.

  • Major Added Zendesk integration for improved customer support.
  • Validation error code now returns a helpful message for SingleEqualsPriceModifierViolation.
  • Fixed an issue whereby newly created Flow Field wouldn’t immediately present on resource.

Major The architecture now incorporates Kubernetes.

  • Successful request to orders/:ID/payments endpoint now returns information about the transaction which was created.
  • Validation on files endpoint now checks the file parameter is passed, that it is an actual file and returns a 422 if it is not.

Major Created a tax item to calculate sales tax for individual cart items. GitHub now includes an example app showcasing TaxJar integration.

  • Commerce Manager Transactions now include the date field and show formatted values.
  • Fixed issue with filtering orders.
  • Added validation checks for file import.

  • Added the formatted field to transaction.data.meta showing the formatted display price.
  • transaction response now includes the created_at field.

  • Fixed an issue whereby GET orders.flow fields would return 404 when flow exists.
  • Fixed issue with accessing Commerce Manager.
  • Fixed issue with stores list visible when there are no stores.