--- title: >- Removing deprecated PRIVATE and PUBLIC_READ enums on metaobject definitions - Shopify developer changelog description: >- Shopify’s developer changelog documents all changes to Shopify’s platform. Find the latest news and learn about new platform opportunities. source_url: html: >- https://shopify.dev/changelog/removing-deprecated-private-and-publicread-enums-on-metaobject-definitions md: >- https://shopify.dev/changelog/removing-deprecated-private-and-publicread-enums-on-metaobject-definitions.md metadata: effectiveApiVersion: 2026-07 affectedApi: - displayName: Admin GraphQL API handle: admin-graphql primaryTag: displayName: API handle: api secondaryTag: displayName: Deprecation Announcement handle: deprecation indicatesActionRequired: false createdAt: '2026-04-01T18:21:57-04:00' postedAt: '2026-04-15T12:00:00-04:00' updatedAt: '2026-04-13T14:46:21-04:00' effectiveAt: '2026-04-15T12:00:00-04:00' --- April 15, 2026 Tags: * Admin GraphQL API * 2026-07 # Removing deprecated PRIVATE and PUBLIC\_READ enums on metaobject definitions We are updating the [`MetaobjectAdminAccess`](https://shopify.dev/docs/api/admin-graphql/latest/enums/MetaobjectAdminAccess) enum by deprecating the `PRIVATE` and `PUBLIC_READ` values. These values are now obsolete and are never returned by the API. This change removes ambiguity, as the deprecated access values do not accurately reflect the intended access behaviors. There are no required changes, but updating your code will help maintain clarity and prevent potential access issues.