# Shopify Admin GraphQL HTTP headers Content-Type Accept application/json

Status: search-observed
Product: Shopify Admin GraphQL
Last verified: 2026-06-25
Canonical HTML: https://gitdocs.org/fix/shopify-admin-graphql-http-headers-content-type-accept-application-json
Machine JSON: https://gitdocs.org/api/fixes/shopify-admin-graphql-http-headers-content-type-accept-application-json.json

## Exact Symptom

See the observed Codex queries below.

## Diagnosis

Request bodies remain locally valid while the external API changes required Accept/Content-Type or success/error status interpretation.

## Fix

```
Verifier checks headers, body encoding, and status handling across success and error cases. Check correct retry classification and GraphQL error parsing.
```

## Avoid

- Changing local code without checking the current external contract.
- Retrying the same install, build, or API call with no version/source change.
- Applying a broad unsafe bypass when a narrow compatibility fix is available.

## Observed Codex Queries

- site:shopify.dev Admin GraphQL content type accept application/graphql-response+json
- Shopify Admin GraphQL HTTP headers Content-Type Accept application/json
- Shopify GraphQL Admin API endpoint headers Content-Type application/json
- https://shopify.dev/docs/api/admin-graphql
- 'Content-Type' in https://shopify.dev/docs/api/admin-graphql

## Sources

- Shopify GraphQL over HTTP changes: https://shopify.dev/changelog/graphql-over-http
- Official reference opened by Codex: https://shopify.dev/docs/api/admin-graphql
