In the webhookSubscription query docs, it says the callbackUrl field is deprecated, and to use the uri field instead. The problem is that there’s no uri field in the webhookSubscription at all.
Hi @Pridentt,
It is correct that the callbackUrl field is being deprecated and replaced with the uri field, with this deprecation occurring in the release candidate API version 2025-10.
However, the callbackUrl field does still currently function across all API versions, from 2024-10 to 2025-10 when making actual API calls. You can continue using this field for now until the currently supported versions where it remains falls out of support 12 months after release.
The uri field is supported and usable in version 2025-10, and is listed in the documentation for that specific version. The documentation that you linked above is for the latest stable version, 2025-07, here is the documentation for the Release Candidate version 2025-10 where this field is actually added.
Here is also the Shopify.dev Changelog that details this deprecation on 2025-10 in further detail:
I’d think that the deprecated warning would appear only after the 2025-10 version becomes stable, thank you for the clarification @Kellan-Shopify