You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.
We are closing this issue because it has been inactive for a few months.
This probably means that it is not reproducible or it has been fixed in a newer version.
If it’s an enhancement and hasn’t been taken on since it was submitted, then it seems other issues have taken priority.
If you still encounter this issue with the latest stable version, please reopen using the issue template. You can also contribute directly by submitting a pull request– see the CONTRIBUTING.md file for guidelines
Issue summary
@shopify/shopify-api
version: 6.2.0Client fails to start when
apiKey
is not provided for custom apps.Expected behavior
Client allows
apiKey
to be undefined whenisCustomStoreApp
is provided.Actual behavior
Steps to reproduce the problem
apikey
andisCustomStoreApp:true
As far as I can tell the only value required for auth with custom apps is the "Admin API access token" (
apiSecretKey
in client)The text was updated successfully, but these errors were encountered: