Skip to content

Invalid Shopify scope: customer_read_store_credit_account_transactions #63

@alihassnain-github

Description

@alihassnain-github

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions