Admin GraphQL draftOrderCreate returns HTTP 404 "GraphQL Client: Not Found" for one merchant (request id included)

Our embedded Shopify app fails when creating a draft order via the Admin GraphQL API. The @shopify/shopify-api GraphQL client throws a transport-level 404 Not Found with message GraphQL Client: Not Found, before any GraphQL userErrors are returned.

Failed to create shop order for user a17fd5d5-727f-4d08-9b94-ff02c2f798fc: Error: Received an error response (404 Not Found) from Shopify:
{
“networkStatusCode”: 404,
“message”: “GraphQL Client: Not Found”,
“response”: {}
}
If you report this error, please include this id: 5ef25122-e1cd-46bc-91e6-8dd75b4517ce-1780493733

Shopify is currently experiencing issues so this is probably related.

The 404 appears periodically; when it happens, bulkOperationRunQuery and currentBulkOperation still work on the same store, but draftOrderCreate does not.

This was related to the issue on Shopify’s side yesterday. I can confirm that it has been resolved.