Shopify:错误:[API] 此操作需要商家批准 write_themes 范围
Shopify : Errors: [API] This action requires merchant approval for write_themes scope
我是 Shopify 的新手,我正在尝试在本地设置 Shopify 主题包。
我已经创建了一个私人应用程序并设置了我的商店,但是在尝试使用主题工具包访问商店时出现此错误:
Errors: [API] This action requires merchant approval for write_themes scope.
私人应用与 public 应用一样具有有限的权限。您可以通过打开管理员的 the private apps section 并点击您的应用名称来修复您的应用的权限。
向下滚动到标有 ADMIN API PERMISSIONS
的部分,然后点击 ▼ Review disabled Admin API permissions
。将 Theme templates and theme assets
设置为 Read and write
然后保存,它应该可以工作。
我是 Shopify 的新手,我正在尝试在本地设置 Shopify 主题包。
我已经创建了一个私人应用程序并设置了我的商店,但是在尝试使用主题工具包访问商店时出现此错误:
Errors: [API] This action requires merchant approval for write_themes scope.
私人应用与 public 应用一样具有有限的权限。您可以通过打开管理员的 the private apps section 并点击您的应用名称来修复您的应用的权限。
向下滚动到标有 ADMIN API PERMISSIONS
的部分,然后点击 ▼ Review disabled Admin API permissions
。将 Theme templates and theme assets
设置为 Read and write
然后保存,它应该可以工作。