I am new to Shopify Development and I am trying to integrate Customer Accounts MCP Server with my under development app. When I create an authorization URL using OAuth 2.0. I am trying to install that on my Dev Store. This is the URL that I am creating:
I get an error: Something Went Wrong: The client credentials provided are invalid or missing.
I am sure that the Client ID is same as that of my dev app, and redirect URL matches the one.
Secondly, in my current app’s version I have these scopes: customer_read_companies,customer_write_companies,customer_write_customers,customer_read_customers,customer_read_draft_orders,customer_read_markets,customer_read_orders,customer_write_orders,customer_read_store_credit_account_transactions,customer_read_store_credit_accounts
I am not able to add customer-account-mcp-api:full in the app’s settings as this scope is not available. But I do see this scope well-known/openid-configuration returned supported scope.
I am not sure what I am doing wrong here. Any help will be highly appreciated.