diff --git a/src/components/Graphiql/queries/endpoint.js b/src/components/Graphiql/queries/endpoint.js index fa871839c..d68e9bd88 100644 --- a/src/components/Graphiql/queries/endpoint.js +++ b/src/components/Graphiql/queries/endpoint.js @@ -2,7 +2,7 @@ export const ACCS_ENDPOINT = 'https://edge-graph.adobe.io/api/489c8449-21a0-4155-9f95-7608d36970d6/graphql'; export const ACO_ENDPOINT = - 'https://na1-qa.api.commerce.adobe.com/LnjXjuam6uWmo5d2JLEgbA/graphql'; + 'https://na1-sandbox.api.commerce.adobe.com/Fwus6kdpvYCmeEdcCX7PZg/graphql'; export const getEndpoint = (service) => { if (service === 'ACO') { diff --git a/src/components/Graphiql/queries/queryHeaders.js b/src/components/Graphiql/queries/queryHeaders.js index 04161b20e..eb28cb21e 100644 --- a/src/components/Graphiql/queries/queryHeaders.js +++ b/src/components/Graphiql/queries/queryHeaders.js @@ -9,8 +9,7 @@ export const ACCS_QUERY_HEADERS = { export const ACO_QUERY_HEADERS = { "Content-Type": "application/json", - "AC-Environment-Id": "LnjXjuam6uWmo5d2JLEgbA", - "AC-Scope-Locale": "tx" + "AC-View-ID": "cde0ab4c-1f7b-4e12-91f6-9c7840ab6523" } export const getQueryHeaders = (service) => { @@ -18,4 +17,4 @@ export const getQueryHeaders = (service) => { return ACO_QUERY_HEADERS; } return ACCS_QUERY_HEADERS; -} \ No newline at end of file +}