最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

metadata - Shopify custom app webhooks and metafields - Stack Overflow

programmeradmin0浏览0评论

We required replication of an existing Shopify Custom App. We do not have access to the keys and therefore require rebuild/redefinition of

  1. Webhooks
  2. Metafields/MetaObjects

The ability to re-generate these under a new app is possible.

Questions:

  1. When un-installing a custom app in Shopify do the webhook subscriptions and all meta fields get removed with the uninstallation?
  2. How does this affect existing data in the system (e.g. metafield data that has been stored)

Concerns: If we remove the app then what happens to the metafields and associated data from existing orders If the data stays then how does a new app access the data since it's in a different namespace...?

UPDATE: Custom App should have their own cleanup procedure: /t/metafields-metaobjects-definitions-with-reserved-namespace-left-after-app-uninstall/2322

After some testing it seems that a separate app that defines the same metafields will create a duplicate in different namespace.

The question still remains:

If a custom app removes meta definitions what happens to the data associated to those definitions in Shopify. Does it persist (so if the app were to 'redefine' the metafields the data would re-appear) or get removed.

We required replication of an existing Shopify Custom App. We do not have access to the keys and therefore require rebuild/redefinition of

  1. Webhooks
  2. Metafields/MetaObjects

The ability to re-generate these under a new app is possible.

Questions:

  1. When un-installing a custom app in Shopify do the webhook subscriptions and all meta fields get removed with the uninstallation?
  2. How does this affect existing data in the system (e.g. metafield data that has been stored)

Concerns: If we remove the app then what happens to the metafields and associated data from existing orders If the data stays then how does a new app access the data since it's in a different namespace...?

UPDATE: Custom App should have their own cleanup procedure: https://community.shopify.dev/t/metafields-metaobjects-definitions-with-reserved-namespace-left-after-app-uninstall/2322

After some testing it seems that a separate app that defines the same metafields will create a duplicate in different namespace.

The question still remains:

If a custom app removes meta definitions what happens to the data associated to those definitions in Shopify. Does it persist (so if the app were to 'redefine' the metafields the data would re-appear) or get removed.

Share Improve this question edited Nov 20, 2024 at 0:22 JI-Web asked Nov 19, 2024 at 23:23 JI-WebJI-Web 5437 silver badges29 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 0

When you uninstall a custom app in Shopify, the webhooks created by that app are removed. However, Metafields/MetaObjects persist even after the app is uninstalled.

If you reinstall the app, the webhooks are recreated, and the old Metafields/MetaObjects remain accessible to the shop. However, if the shop tries to create new Metafields/MetaObjects with the same name, an error will throw.

Additionally, if those Metafields/MetaObjects are owned by the shop, they will be removed upon uninstallation.

发布评论

评论列表(0)

  1. 暂无评论