I’m currently on the 2023-10 version of the Shopify Admin API, and I keep seeing the following warning in my App Insights dashboard:
“As of version 2025-01, the Admin API bulk query operation userErrors GraphQL type will change to BulkOperationUserError. The new type includes the same fields as the old type, with the addition of a code field.”
From the release notes, this looks like a non-actionable change (backward compatible), so my understanding is that my code shouldn’t require updates yet. However, I still receive the warning.
I even tried adding the optional code field to userErrors, but that did not resolve it.
Questions:
-
Has anyone else experienced this warning while still on 2023-10?
-
Is this simply an early deprecation notice that can be safely ignored until I upgrade to 2025-01?
-
Or is there a specific action required on my side to clear this warning?
Any insights would be appreciated!
Hi @Yokub_Sobir
I believe that adding code field to userErrors won’t work until you’re on version 2025-01+. The warning should be removed once you update to 2025-01 or above.
@Liam-Shopify I’ve updated the API version to 2025-07, but I’m still seeing deprecation warnings. Should we expect these to clear after 7 days post-deployment, even though requests are already being sent with the new version?
If you’ve uploaded the app these warning should go away after 7 days, correct 
I have updated our version to 2025-01 and the documentation says that the query syntax remains unchanged Bulk query operation userErrors now includes code field - Shopify developer changelog. But despite this update to the version I am still seeing the deprecation warning. Any insight into why I am still seeing this warning would be appreciated. Thanks.
i am also facing same issues we allreday updated 2025-01 ,I am still seeing the deprecation warning, appreciate any clarification on why this warning is still appearing. Thank you.
Continuing the discussion from Deprecation Warning: BulkOperation userErrors → BulkOperationUserError in App Insights (using 2023-10 API):
We’re still receiving API deprecation warnings despite updating everything to version 2025-01. Here’s our situation:
Current Status:
Problem:
-
DEV environment: Last deprecated call October 20, 2025 (no new calls for 12 days
)
-
PROD environment: Last deprecated call November 01, 2025 14:34:37 UTC (still happening
)