STOREFRONT
The React PWA Reference Storefront has a new open source project for catalog syndication scripts. The first available script is for Algolia. Use the script to push the product catalog from Elastic Path Commerce Cloud to Algolia as part of the Storefront setup. The open source project is available at: https://github.com/elasticpath/catalog-syndication.
Elastic Path Changelog
Keep up with changes to Elastic Path services by subscribing to our RSS Feed, Atom Feed, or JSON FeedChangelog 2020-08-05
Major New full and partial refunds capabilities available in both Commerce Manager and API. For more information, read the Paying for an order or watch a video of the refund flow in action.
Changelog 2020-07-30
PLATFORM
Moved Elastic Path Commerce Cloud to a new EMEA Production Instance. The new instance provides additional scalability, security, and compliance.
Changelog 2020-07-22
STOREFRONT
The React PWA Reference Storefront is now available for Elastic Path Commerce Cloud. The initial release of the storefront implements key commerce workflows, including:- Finding and browsing products (uses Algolia).
- Comparing products.
- Adding products to a cart.
- Checking out a cart, including promotions and payment.
- Logging in and registering customers.
- Managing customer profiles, including order history.
- Setting the language and currency.
Reference Storefront links:
- Live instance: https://epcc-reference.elasticpath.com/.
- Source code: https://github.com/elasticpath/epcc-react-pwa-reference-storefront.
- Features and updates: https://github.com/elasticpath/epcc-react-pwa-reference-storefront/releases/tag/v1.0.0.
Changelog 2020-07-03
Minor Updated the Stripe integration to support the longer tokens that Stripe uses for new accounts.
Changelog 2020-06-16
Minor Minor bug fix.
Changelog 2020-06-11
Major Added support for PayPal Express Checkout. Major Added support for PayPal Payflow Pro. Minor Fixed a security issue. Major Fixed an issue where building child products produced invalid entities. Minor Minor bug fixes.
Changelog 2020-05-11
Major New promotion type which limits coupon usage per individual customer.
Changelog 2020-05-07
Major Fixed issue filtering orders by customer.
Changelog 2020-05-06
Major Implemented customer-specific promotions.
Changelog 2020-05-05
Major Implemented visual builder in Commerce Manager for the management of promotions.
Changelog 2020-05-01
Minor Added more reserved flow field slugs.
Changelog 2020-04-28
Major Fix issue with filtering orders. Minor Fixed issue with flows not appearing on address fields.
Changelog 2020-04-14
Major Implemented Min/Max promotions.
Changelog 2020-03-17
Major Remove unique attribute from flows.
Changelog 2020-03-10
Major Added event observer to the Customer API.
Changelog 2020-02-24
Major Implemented bundled promotions. Major Prevented multiple promotions from targeting a single item. For more information, see Promotions.
Changelog 2020-02-17
Minor Added custom reference attribute to transactions.
Changelog 2020-02-10
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.
Changelog 2020-01-27
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.
Changelog 2020-01-22
Major Added Authorize.net payment gateway and payment. Major Added CyberSource payment gateway.
Changelog 2020-01-07
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.
Older Release Notes
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.
Changelog 2019-12-19
Major Order flows removed from transaction responses.
Changelog 2019-12-12
Major Removed deprecated fields on transaction responses.
Changelog 2019-11-26
Minor Promotion code response is now paginated.
Changelog 2019-11-04
Major Flow slugs can no longer be pluralized versions of core entity slugs (products, orders, etc).
Changelog 2019-10-28
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.
Changelog 2019-10-15
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
.
Changelog 2019-10-11
Minor Fixed an issue where metadata wasn't being returned when searching for customers.