Admin GraphQL 2025-10 endpoint returns 404

We’re getting 404 Not Found on the Admin GraphQL endpoint itself:

POST /admin/api/2025-10/graphql.json → 404 {“errors”:“Not Found”}

Custom app is installed, Admin API token (shpat_) is used, and required scopes
(read/write_draft_orders) are enabled.

The same draftOrderCreate call works correctly on
/admin/api/2024-10/graphql.json.

Store domain is {store}.myshopify.com (not a custom domain).

Is the 2025-10 Admin API version actually live for GraphQL?
What is the latest supported Admin API version for draftOrderCreate?

Hi @CEVHERSOY_TEKSIL

Your current request URL is correct. Could you please check if the spelling of your store is right? An incorrect spelling of store will result in a 404 Not Found error.

1 Like

have you tried the query on your postman?

Hey folks :waving_hand: - just +1ing what @kyle_liu and @Eric_Han mentioned here. 404s on the endpoint itself will generally only pop up if there is no shop by that name available on Shopify. I did a quick test just to confirm though and 2025-10 is available as expected. Hope this helps :slight_smile: