For product updates, use this changelog. Elastic Path does not publish separate release notes for Elastic Path Commerce Cloud.
MAJOR Order flows removed from transaction responses.
MAJOR Removed deprecated fields on transaction responses.
MINOR Promotion code response is now paginated.
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 Fixed an issue where meta data wasn’t being returned when searching for customers.
MINOR Added the ability to delete a single promotion code via a new endpoint.
MINOR Added detail to error responses that only included details in preparation to deprecate details
MINOR Added Stripe payment gateway to attributes.
MINOR Fixed an issue where updating a file would sometimes result in a 500 error.
MINOR Currency is now formatted correctly across all formatted properties.
MINOR Product slug is now returned for cart items.
MINOR Order CSV exports now include the instructions field from the shipping address.
MINOR Fixed an issue where the formatted money was not being formatted for transaction responses.
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 Improved error handling when making payments.
MINOR Fixed a bug where attempting to disable any currency would result in a Cannot disable the default currency error.
MAJOR Added a settings option to allow store owners to specify how taxes and promotions are calculated on their carts.
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 Added ability to update tax items (PUT) once added to a cart item.
MINOR Improved the safety of carts using different currencies by rejecting requests which would mix up currencies. The following use cases apply:
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.
Pagination on the /v2/flows/:flowSlug/entries endpoint now defaults to 100 entries per page.
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 pagination to the /v2/flows/:flowSlug/entries endpoint with default set to 1000 entries per page.
Fixed issue with timestamp on inventory record.
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 Added Zendesk integration for improved customer support.
MAJOR The architecture now incorporates Kubernetes.