garettB/shopify-flask-example

Create and configure app with Shopify CLI

Closed this issue · 0 comments

Thank you for creating this project @garettB, helped me understand shopify working better. I wanted to mention that now we have to use Shopify CLI to configure the app urls.

  • run npm init @shopify/app@latest and setup the app
  • After setup, go to shopify.app.<your_appname>.toml and update the application_url and redirect_urls
  • run npm run deploy
  • Update APP_NAME to your handle(found in .toml in shopify app).