Question: What happens to metaobject definitions if app does not has write_metaobject_definitions access_scope

I am trying to create a metaobject definition by using Declarative custom data definitions.

I got the error that my app needs a new access scope to use it. write_metaobject_definitions. Ok then, I will add this new scope and will start asking users to update their scopes. But here I am confused about what will happen before they accept these scopes. I guess the definition won’t be created automatically, but once they approve new scopes in the admin, will the definition be added to their store automatically?

@James_Lunan @Shaun_Stanworth can you guys please help here.

@farid in the window of time before the increased scopes are approved, the definitions will be created – hope this helps.

Thanks @Shaun_Stanworth, this makes things much clearer. :folded_hands: