-
Terminally Deprecated ElementsElementDescriptionsince 1.8.0, in favor of
CartEndpoint.replaceCartWithRequest(String, UpdateCartRequest, ContextInfo)TheCartRejectionEventis now sent in response to the update-cart request instead of requiring a separate request.since 1.8.0, in favor ofCartEndpoint.updateCartWithRequest(String, UpdateCartRequest, ContextInfo)
-
Deprecated MethodsMethodDescriptionNo longer used from the endpoint. It is used from the
CartActionAuditServiceinstead.since 1.8.0, in favor ofCartEndpoint.replaceCartWithRequest(String, UpdateCartRequest, ContextInfo)TheCartRejectionEventis now sent in response to the update-cart request instead of requiring a separate request.No longer used from the endpoint. It is used from theCartActionAuditServiceinstead.since 1.8.0, in favor ofCartEndpoint.updateCartWithRequest(String, UpdateCartRequest, ContextInfo)UseItemListEndpoint.deleteListsInBulk(ContextInfo, Set). This will allow much longer lists of IDs without worrying about whether the URL is too long and corrects the HTTP method semantics by using POST since we're not actually deleting a resource at the URL.UseItemListItemEndpoint.deleteItemsInBulk(ContextInfo, String, Set). This will allow much longer lists of IDs without worrying about whether the URL is too long and corrects the HTTP method semantics by using POST since we're not actually deleting a resource at the URL.
CartEndpoint.readAllCartsForCustomer(ContextInfo, String, String, Pageable).