From 7eb30ed83897f23575cf71ecf644c6d037cd6e09 Mon Sep 17 00:00:00 2001 From: Kevin Harper Date: Mon, 6 Jul 2026 13:21:57 -0500 Subject: [PATCH 1/3] Remove outdated GraphQL availability statements --- src/pages/graphql/schema/customer/mutations/create-v2.md | 2 +- .../graphql/schema/customer/mutations/delete-address-v2.md | 5 ++--- .../customer/mutations/exchange-external-customer-token.md | 5 +++-- .../graphql/schema/customer/mutations/update-address-v2.md | 2 +- src/pages/graphql/schema/customer/queries/customer-group.md | 6 +++--- .../graphql/schema/customer/queries/customer-segments.md | 6 +++--- src/pages/graphql/schema/wishlist/mutations/clear.md | 2 +- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/src/pages/graphql/schema/customer/mutations/create-v2.md b/src/pages/graphql/schema/customer/mutations/create-v2.md index f3ae3a225..9a458efaa 100644 --- a/src/pages/graphql/schema/customer/mutations/create-v2.md +++ b/src/pages/graphql/schema/customer/mutations/create-v2.md @@ -1,6 +1,6 @@ --- title: createCustomerV2 mutation -description: The createCustomerV2 mutation creates a customer account. Use the createCustomerAddress mutation to complete the customer profile and define billing and sh... +description: Creates a customer account. --- # createCustomerV2 mutation diff --git a/src/pages/graphql/schema/customer/mutations/delete-address-v2.md b/src/pages/graphql/schema/customer/mutations/delete-address-v2.md index e4db3bcb9..a700858b8 100644 --- a/src/pages/graphql/schema/customer/mutations/delete-address-v2.md +++ b/src/pages/graphql/schema/customer/mutations/delete-address-v2.md @@ -1,7 +1,6 @@ --- title: deleteCustomerAddressV2 mutation -description: Use the deleteCustomerAddressV2 mutation to delete the specified customer address. It returns a Boolean value that indicates whether the operation was succ... - +description: Deletes the specified customer address. --- @@ -14,7 +13,7 @@ We recommend you use a customer token in the header of your call to delete a cus -This mutation is part of the [Storefront Compatibility Package](https://experienceleague.adobe.com/developer/commerce/storefront/setup/configuration/storefront-compatibility/v248/). It will be added to Adobe Commerce 2.4.9. +This mutation was created for the [Storefront Compatibility Package](https://experienceleague.adobe.com/developer/commerce/storefront/setup/configuration/storefront-compatibility/v248/) and is now available on Adobe Commerce 2.4.9. ## Syntax diff --git a/src/pages/graphql/schema/customer/mutations/exchange-external-customer-token.md b/src/pages/graphql/schema/customer/mutations/exchange-external-customer-token.md index 48b4fe545..c994b0a86 100644 --- a/src/pages/graphql/schema/customer/mutations/exchange-external-customer-token.md +++ b/src/pages/graphql/schema/customer/mutations/exchange-external-customer-token.md @@ -1,13 +1,14 @@ --- title: exchangeExternalCustomerToken mutation -description: This mutation is part of the Storefront Compatibility Package. It will be added to Adobe Commerce 2.4.9. +description: This mutation provides the capability for social login authentication. +ee_only: true --- # exchangeExternalCustomerToken mutation -This mutation is part of the [Storefront Compatibility Package](https://experienceleague.adobe.com/developer/commerce/storefront/setup/configuration/storefront-compatibility/v248/). It will be added to Adobe Commerce 2.4.9. +This mutation was created for the [Storefront Compatibility Package](https://experienceleague.adobe.com/developer/commerce/storefront/setup/configuration/storefront-compatibility/v248/) and is now available on Adobe Commerce 2.4.9. The `exchangeExternalCustomerToken` mutation provides the capability for social login authentication using App Builder. With integration token credentials, it allows a shopper to log in. If the shopper does not have an account, the mutation creates one.. It returns a customer authentication token. diff --git a/src/pages/graphql/schema/customer/mutations/update-address-v2.md b/src/pages/graphql/schema/customer/mutations/update-address-v2.md index 3399a9518..10783ca7d 100644 --- a/src/pages/graphql/schema/customer/mutations/update-address-v2.md +++ b/src/pages/graphql/schema/customer/mutations/update-address-v2.md @@ -14,7 +14,7 @@ To return or modify information about a customer, we recommend you use customer -This mutation is part of the [Storefront Compatibility Package](https://experienceleague.adobe.com/developer/commerce/storefront/setup/configuration/storefront-compatibility/v248/). It will be added to Adobe Commerce 2.4.9. +This mutation was created for the [Storefront Compatibility Package](https://experienceleague.adobe.com/developer/commerce/storefront/setup/configuration/storefront-compatibility/v248/) and is now available on Adobe Commerce 2.4.9. ## Syntax diff --git a/src/pages/graphql/schema/customer/queries/customer-group.md b/src/pages/graphql/schema/customer/queries/customer-group.md index 36c11c009..9742faa5d 100644 --- a/src/pages/graphql/schema/customer/queries/customer-group.md +++ b/src/pages/graphql/schema/customer/queries/customer-group.md @@ -1,15 +1,15 @@ --- title: customerGroup query -description: This query is part of the Storefront Compatibility Package. It will be added to Adobe Commerce 2.4.9. +description: Provides the encoded ID of a customer group assigned to the logged-in customer or guest shopper. --- # customerGroup query -This query is part of the [Storefront Compatibility Package](https://experienceleague.adobe.com/developer/commerce/storefront/setup/configuration/storefront-compatibility/v248/). It will be added to Adobe Commerce 2.4.9. +This query was created for the [Storefront Compatibility Package](https://experienceleague.adobe.com/developer/commerce/storefront/setup/configuration/storefront-compatibility/v248/) and is now available on Adobe Commerce 2.4.9. -The `customerGroup` query provides encoded ID of Customer Group assigned to the Logged-in Customer or Guest shopper. +The `customerGroup` query provides encoded ID of a customer group assigned to the logged-in customer or guest shopper. To retrieve customer group for a customer, we recommend you use customer tokens in the header of your GraphQL calls. However, in case of guest information, token should not be passed. diff --git a/src/pages/graphql/schema/customer/queries/customer-segments.md b/src/pages/graphql/schema/customer/queries/customer-segments.md index 5206920c2..9941c0640 100644 --- a/src/pages/graphql/schema/customer/queries/customer-segments.md +++ b/src/pages/graphql/schema/customer/queries/customer-segments.md @@ -1,15 +1,15 @@ --- title: customerSegments query -description: This query is part of the Storefront Compatibility Package. It will be added to Adobe Commerce 2.4.9. +description: Provides the encoded ID of customer segments assigned to the logged-in customer or guest shopper. --- # customerSegments query -This query is part of the [Storefront Compatibility Package](https://experienceleague.adobe.com/developer/commerce/storefront/setup/configuration/storefront-compatibility/v248/). It will be added to Adobe Commerce 2.4.9. +This query was created for the [Storefront Compatibility Package](https://experienceleague.adobe.com/developer/commerce/storefront/setup/configuration/storefront-compatibility/v248/) and is now available on Adobe Commerce 2.4.9. -The `customerSegments` query provides encoded ID of Customer Segments assigned to the Logged-in Customer or Guest shopper. +The `customerSegments` query provides the eencoded ID of customer segments assigned to the logged-in customer or guest shopper. To retrieve customer segments for a customer, we recommend you use customer tokens in the header of your GraphQL calls. However, in case of guest information, token should not be passed. diff --git a/src/pages/graphql/schema/wishlist/mutations/clear.md b/src/pages/graphql/schema/wishlist/mutations/clear.md index 82e80c493..48a04d93f 100644 --- a/src/pages/graphql/schema/wishlist/mutations/clear.md +++ b/src/pages/graphql/schema/wishlist/mutations/clear.md @@ -11,7 +11,7 @@ This mutation requires a valid [customer authentication token](../../customer/mu -This mutation is part of the [Storefront Compatibility Package](https://experienceleague.adobe.com/developer/commerce/storefront/setup/configuration/storefront-compatibility/v248/). It will be added to Adobe Commerce 2.4.9. +This mutation was created for the [Storefront Compatibility Package](https://experienceleague.adobe.com/developer/commerce/storefront/setup/configuration/storefront-compatibility/v248/) and is now available on Adobe Commerce 2.4.9. ## Syntax From 5a8e5965f7310e432efc70ccac4c0c95b3242d68 Mon Sep 17 00:00:00 2001 From: Kevin Harper Date: Mon, 6 Jul 2026 13:25:04 -0500 Subject: [PATCH 2/3] typo --- src/pages/graphql/schema/customer/queries/customer-segments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/graphql/schema/customer/queries/customer-segments.md b/src/pages/graphql/schema/customer/queries/customer-segments.md index 9941c0640..aaaf3f032 100644 --- a/src/pages/graphql/schema/customer/queries/customer-segments.md +++ b/src/pages/graphql/schema/customer/queries/customer-segments.md @@ -9,7 +9,7 @@ description: Provides the encoded ID of customer segments assigned to the logged This query was created for the [Storefront Compatibility Package](https://experienceleague.adobe.com/developer/commerce/storefront/setup/configuration/storefront-compatibility/v248/) and is now available on Adobe Commerce 2.4.9. -The `customerSegments` query provides the eencoded ID of customer segments assigned to the logged-in customer or guest shopper. +The `customerSegments` query provides the encoded ID of customer segments assigned to the logged-in customer or guest shopper. To retrieve customer segments for a customer, we recommend you use customer tokens in the header of your GraphQL calls. However, in case of guest information, token should not be passed. From 2d6ea2042beb220a5cb90090f70c6688adddb3c9 Mon Sep 17 00:00:00 2001 From: Kevin Harper Date: Mon, 6 Jul 2026 13:35:41 -0500 Subject: [PATCH 3/3] ee_only frontmatter --- src/pages/graphql/schema/customer/queries/customer-segments.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/graphql/schema/customer/queries/customer-segments.md b/src/pages/graphql/schema/customer/queries/customer-segments.md index aaaf3f032..2c24f62dd 100644 --- a/src/pages/graphql/schema/customer/queries/customer-segments.md +++ b/src/pages/graphql/schema/customer/queries/customer-segments.md @@ -1,6 +1,7 @@ --- title: customerSegments query description: Provides the encoded ID of customer segments assigned to the logged-in customer or guest shopper. +ee_only: true --- # customerSegments query