Hi there,
we have found this deprecation message when using the GraphQL API, version 2025-04:
ShopPlan.displayName
and consulting the docs, we can see:
But the recommended field ‘publicDisplayName’ is completely missing. What object is it in?
Hi there,
we have found this deprecation message when using the GraphQL API, version 2025-04:
ShopPlan.displayName
and consulting the docs, we can see:
But the recommended field ‘publicDisplayName’ is completely missing. What object is it in?
As you can see on this changelog, displayName
will be deprecated from 2025-07
, not 2025-04
.
You can keep using displayName
on 2025-04
.
When you upgrade API version to 2025-07
, you will need to use publicDisplayName
.