Adobe Commerce 2.4.7
The Storefront Compatibility Package adds backend changes that drop-in components require on Adobe Commerce 2.4.7. This package provides mostly GraphQL schema extensions and REST endpoints, plus bug fixes.
Major features
Section titled “Major features”Adobe releases new GraphQL queries and mutations across minor versions in each package release. For version-specific changes, see the changelog and filter for the Storefront Compatibility Package.
GraphQL APIs
Section titled “GraphQL APIs”This package provides the following GraphQL queries and mutations:
-
clearWishlist mutation - Allows all items to be removed from a wishlist in a single action.
-
confirmCancelOrder mutation - Cancels the specified order for a guest.
-
confirmReturn mutation - Confirms a guest or customer return request.
-
customerGroup query - Retrieves information about specified customer group.
-
customerSegments query - Retrieves information about specified customer segment.
-
deleteCustomerAddressV2 mutation - Deletes a customer’s billing or shipping address based on the provided customer UID.
-
exchangeExternalCustomerToken mutation - Authenticates users using an integration token and returns both the customer token and associated customer data.
-
estimateTotals mutation - Estimates totals for cart based on the address.
-
generateCustomerToken mutation - Creates a new customer token.
-
guestOrder query - Retrieves guest order information for the specified order number, email, and billing last name.
-
guestOrderByToken query - Retrieves guest order data associated with a given order token.
-
recaptchaFormConfig query - Returns information about the reCaptcha configuration for the specified form type.
-
requestGuestOrderCancel mutation - Cancels the specified guest order.
-
requestGuestReturn mutation - Requests a return for a specified order on behalf of a guest.
-
resendConfirmationEmail mutation - Resends a confirmation email to the specified customer upon request.
-
updateCustomerAddressV2 mutation - Updates a customer’s billing or shipping address based on the provided customer UID.
-
selectFreeGift mutation — Selects a free gift for an eligible cart promotion.
-
isSubscribedProductAlertPrice query — Checks whether a customer is subscribed to price alerts for a product.
-
isSubscribedProductAlertStock query — Checks whether a customer is subscribed to stock alerts for a product.
-
subscribeProductAlertPrice mutation — Subscribes a customer to price alerts for a product.
-
subscribeProductAlertStock mutation — Subscribes a customer to stock alerts for a product.
-
unsubscribeProductAlertPrice mutation — Unsubscribes a customer from price alerts for a product.
-
unsubscribeProductAlertPriceAll mutation — Unsubscribes a customer from all price alerts.
-
unsubscribeProductAlertStock mutation — Unsubscribes a customer from stock alerts for a product.
-
unsubscribeProductAlertStockAll mutation — Unsubscribes a customer from all stock alerts.
Release information
Section titled “Release information”For release notes for each Storefront Compatibility Package version, see the changelog.