--- title: >- App-owned metaobjects can be used without access scopes - 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/metaobject-scopes-not-required-for-app-metaobjects md: >- https://shopify.dev/changelog/metaobject-scopes-not-required-for-app-metaobjects.md metadata: effectiveApiVersion: 2026-04 affectedApi: - displayName: Admin GraphQL API handle: admin-graphql primaryTag: displayName: API handle: api secondaryTag: displayName: New handle: new indicatesActionRequired: false createdAt: '2026-03-19T13:40:36-04:00' postedAt: '2026-04-01T12:00:00-04:00' updatedAt: '2026-03-26T09:43:05-04:00' effectiveAt: '2026-04-30T12:00:00-04:00' --- April 1, 2026 Tags: * Admin GraphQL API * 2026-04 # App-owned metaobjects can be used without access scopes App-owned metaobjects, identified by types such as `$app:example`, including those created using [declarative metaobject definitions](https://shopify.dev/docs/apps/build/metaobjects#step-1-create-a-metaobject-definition), can now be utilized by their owning app without requiring any access scopes. This change simplifies the process for developers by eliminating the need to request additional access scopes, thereby reducing potential merchant friction. If you are considering using declarative metaobjects in your app, you can now proceed without worrying about additional access scope requests. Ensure you are using Admin API version 2026-04 or later to read or write app-owned metaobjects without the need for additional access scopes. Working with [merchant-owned metaobject types](https://shopify.dev/docs/apps/build/metaobjects#metaobject-ownership) still requires specific access scopes, such as `read_metaobjects` or `write_metaobject_definitions`, to be granted.