Skip to main content

62 posts tagged with "Carts & Orders"

Changelog 2022-07-11

Major A new custom_inputs attribute allows you to add personalized or custom text to a product that can be displayed in your storefront. For more information, see create a product.

Major A new custom_inputs attribute allows your shoppers to add personalized text to products when adding items to a cart. For more information, see Carts.

Changelog 2022-05-03

Major Added PayPal Express Checkout payment method. For more information, see [PayPal Express Checkout]/docs and PayPal Express Checkout Payments. You can also use PayPal Express Checkout in Commerce Manager.

Major Commerce Manager: You can now localize your product names and descriptions. See Configuring Locales.

Major Commerce Manager: WYSIWYG visual editor added to the description field for products. See Adding Product Details.

Major Commerce Manager: Locale settings added to Settings -> Locales. See Locales.

Minor Commerce Manager: Variation selection improvement when adding variations to a product. We now have paginated results on variation listing in the product association screen.

Minor Commerce Manager: UI Improvement. Sale Price Start and End date no longer autofills when adding a new sale price to a product.

Changelog 2022-03-01

Major You can now integrate Elastic Path Commerce Cloud with your other company systems using message queuing services that support the Message Simple Text Orientated Messaging Protocol (STOMP), for example, Amazon MQ. See Integrations.

Minor Added cancelled state to the order status. You can now update the status of an unfulfilled order to cancelled. For more information, see the Cancel an Order by ID section.

Changelog 2022-02-22

Bug Fix Commerce Manager: Fixed a bug where users got an authentication loop after a failed authentication.

Minor Commerce Manager: Users can now filter the accounts list by account name in Account Management.

Bug Fix Commerce Manager: Fixed a bug where an image uploader breaks when user attempts to type in a URL.

Minor Commerce Manager: Added cart expiration in settings.

Changelog 2021-03-01

Major Cart expiry date is now displayed in the My Carts section in the Reference storefront and is also available in the API. For more information, see Carts.

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 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-07-17

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.

Changelog 2019-06-24

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.

Changelog 2019-06-11

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.

Changelog 2019-05-28

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.

Ask External AI