Adobe Commerce 2.4.8
The Storefront Compatibility Package adds backend changes that drop-in components require on Adobe Commerce 2.4.8. This package provides mostly GraphQL schema extensions and REST endpoints, plus bug fixes.
Major features
Section titled “Major features”Adobe releases new GraphQL queries, mutations, and REST endpoints across minor versions in each package line. 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 — Removes all items from a wishlist in a single action.
-
customerGroup query — Retrieves information about a specified customer group.
-
customerSegments query — Retrieves information about a specified customer segment.
-
deleteCustomerAddressV2 mutation — Deletes a customer’s billing or shipping address based on the provided customer UID.
-
exchangeExternalCustomerToken mutation — Authenticates users via an integration token and returns both the customer token and associated customer data.
-
exchangeOtpForCustomerToken mutation — Authenticates admins as customers for seller-assisted buying by exchanging a one-time password (OTP) and email for a customer token.
-
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.
REST endpoints
Section titled “REST endpoints”This package also provides following REST APIs:
-
GET /V1/customerSegments/search— Retrieves customer segments for integration or IMS token callers. -
GET /V1/customerGroups/search— Adds auidextension attribute on each customer group in the response. -
GET /V1/customers/:customerId— Adds anassistance_allowedextension attribute that indicates whether the customer enabled admin assistance for Login as Customer. -
POST /V1/customer/:customerId/otp— Generates a one-time password in Admin for seller-assisted buying and Login as Customer workflows.
Release information
Section titled “Release information”For release notes for each Storefront Compatibility Package version, see the changelog and filter for the Storefront Compatibility Package. For tested package and drop-in versions in the current suite, see the release suite.