Oauth 错误 missing_shopify_permission:read_all_orders

Oauth error missing_shopify_permission: read_all_orders

当我提到范围 read_all_orders 时。我在安装时遇到了以下错误

Oauth 错误 missing_shopify_permission:read_all_orders

没有 read_all_orders 范围应用程序安装完美。

我不知道到底发生了什么我正在尝试新创建的商店和 2 个月前的商店

我的范围:- 'read_products'、'read_orders'、'read_customers'、'write_orders'、'read_price_rules'、'write_price_rules'、'read_all_orders'

根据Shopify documentation

read_all_orders

Grants access to all orders rather than the default window of 60 days worth of orders. This OAuth scope is used in conjunction with read_orders, or write_orders. You need to request this scope from your Partner Dashboard before adding it to your app.

这样做

read_all_orders access:

From your app's overview page, click App setup.

In the Orders section, click Request access to all orders.

Provide a description about why you are applying for access.

Click Request access.