Summary
The scope customer_read_store_credit_account_transactions is referenced in the config comments, but it does not appear to exist in Shopify's official access scope documentation.
Details
In the following section:
[access_scopes]
The comment suggests adding:
- customer_read_customers
- customer_read_orders
- customer_read_store_credit_account_transactions
- customer_read_store_credit_accounts
However, according to Shopify docs:
https://shopify.dev/docs/api/usage/access-scopes
The scope:
customer_read_store_credit_account_transactions
does not exist.
Expected Behavior
Only valid, documented Shopify scopes should be referenced to avoid confusion or OAuth errors.
Actual Behavior
An invalid or undocumented scope is included in the comment, which may:
- Cause
invalid_scope errors during OAuth
- Mislead developers configuring the app
Suggested Fix
Remove or replace the invalid scope:
customer_read_store_credit_account_transactions
Keep only valid scopes:
- customer_read_customers
- customer_read_orders
- customer_read_store_credit_accounts
Additional Context
This may be a leftover from an outdated template or internal/experimental scope.
Summary
The scope
customer_read_store_credit_account_transactionsis referenced in the config comments, but it does not appear to exist in Shopify's official access scope documentation.Details
In the following section:
[access_scopes]
The comment suggests adding:
However, according to Shopify docs:
https://shopify.dev/docs/api/usage/access-scopes
The scope:
customer_read_store_credit_account_transactionsdoes not exist.
Expected Behavior
Only valid, documented Shopify scopes should be referenced to avoid confusion or OAuth errors.
Actual Behavior
An invalid or undocumented scope is included in the comment, which may:
invalid_scopeerrors during OAuthSuggested Fix
Remove or replace the invalid scope:
customer_read_store_credit_account_transactionsKeep only valid scopes:
Additional Context
This may be a leftover from an outdated template or internal/experimental scope.