Storefront Compatibility Package for Adobe Commerce 2.4.7
The Storefront Compatibility Package contains changes to the Adobe Commerce 2.4.7 codebase that enable drop-in component functionality.
Most of these changes enhance the Adobe Commerce GraphQL schema. However, miscellaneous bugfixes are also included. The drop-in components require this package.
Major features
The Storefront Compatibility Package defines the following 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.estimateTotals
mutation - Estimates totals for cart based on the address.generateCustomerToken
mutation - Creates a new customer token.guestOrder
query - Retrieves information about a guest order using an order number, email, and billing last name as input.guestOrderByToken
query - Retrieves information about a guest order based on an 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.exchangeExternalCustomerToken
mutation - Introduced new GraphQL mutation exchangeExternalCustomerToken that authenticates users via an integration token and returns both the customer token and associated customer data
Release information
To see release notes for each version of the Storefront Compatibility Package, go to the changelog.