How can I get client ID and secret to use with this tool? #3
Locked
ankitpokhrel
announced in
FAQs
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
You can create and configure your Shopify app in one of the two ways described below:
Additionally, you'd need to request for protected customer data if you wish to use the
customersrelated commands as described at the end of this document.1. Using the Shopify CLI
shopify.app.tomlin a text editor and update the following configs.shopify app deploy2. Manually from the dashboard
Appssection and clickCreate Appbutton, then selectCreate App Manuallyon the right.Create.Client IDandClient Secretwill be visible in the app's UI.Before we begin, we need to configure the app.
Configurationsection of your app settings.Allowed redirection URL(s)to includehttp://127.0.0.1/shopctl/auth/callback.Enable Customer Data Access (Optional)
If you plan to use the
customerscommand, follow these steps to request access to protected customer data:API Accesson the left menu.Protected Customer Data Access. Click onRequest Access.Protected customer datasection and select all protected customer fields.All reactions