Public App Review



I tested everything on localhost, and it is working fine. I was able to retrieve the session object using the access token. I believe I’m on the right track. However, Shopify automation reported an authentication error during the installation process.

Please refer to the screenshots I provided. I must say that integrating with Shopify is much more challenging compared to WooCommerce. I am genuinely unsure how to find the right documentation for Node.js and GraphQL, or even any helpful YouTube videos.

1 . my requirement is , let the user enters his store url in my MERN website
2 . then perform oauth , in callback i get - access token
3 . with that access token , let the user to create a new product from MERN website to their shopify store
4 . finally , webhook to cretae a new order in sole MERN website , when someone place order in shopify store

above is my complete requirement - i can’t able to find the perfect documentation for my requirement

please help me to completed this process of shopify integration

Hey @Deeprintz

Based on your installation flow, it looks like you’re not quite meeting our installation requirements outlined here: https://shopify.dev/docs/apps/launch/app-requirements-checklist#c-setup-and-merchant-workflows

  1. Apps must be installed and initiated only on Shopify services. Your app must not request the manual entry of a myshopify.com URL or a shop’s domain during the installation or configuration flow.

The best way to simulate this installation flow on a draft application is to install using the test your app function in the partner dashboard. Selecting here, your app should direct immediately to the oath flow.

The easiest way to implement this is to Enable Shopify-managed installations for your app

If that’s not going to work, you can find further documentation here: