From 0fc6c4fec6eefd709af54bc26ceb1086171eef47 Mon Sep 17 00:00:00 2001 From: Erik Marr <45772211+erikmarr@users.noreply.github.com> Date: Wed, 27 May 2026 13:38:37 -0500 Subject: [PATCH] Modify 'X-Api-Key' header description Updated the description for the 'X-Api-Key' header to include the requirement for a unique API key. --- src/_includes/graphql/live-search-headers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_includes/graphql/live-search-headers.md b/src/_includes/graphql/live-search-headers.md index d52af3fa2..21263f01a 100644 --- a/src/_includes/graphql/live-search-headers.md +++ b/src/_includes/graphql/live-search-headers.md @@ -4,4 +4,4 @@ Header name| Description `Magento-Store-Code` | The code assigned to the store associated with the active store view. For example, `main_website_store`. `Magento-Store-View-Code` | The code assigned to the active store view. For example, `default`. `Magento-Website-Code` | The code assigned to the website associated with the active store view. For example, `base`. -`X-Api-Key` | This value must be set to `search_gql`. +`X-Api-Key` | Set this value to the [unique API key](https://experienceleague.adobe.com/en/docs/commerce-merchant-services/user-guides/integration-services/saas#genapikey) generated for your Commerce environment.