Creating application

I’ve created an application in my shopify, generated API KEY and API SECRET KEY, but I don’t know how to develop functionnality for the application.

I already created react application in my computer using npm init @Shopify_77 [email removed] command with the remix template but I couldn’t add inventory scope.

Someone could show me how to procces? (create PHP or Node application, develop some functionnality, add the project to my shopify admin)

HI IFB,

Can you get as far as this point in the Remix starter tutorial: Install your app on your development store?

Thanks for your answer.

I am a beginner in shopify development and I want to create an app inside my shopify and update inventory by using API. How to process?
My problem is that I can’t add scope to my remix project

Sure IFB,

It sounds like you’re using the remix app template, which already has OAuth set up so to add new scopes you would request specific permissions on your partner dashboard:

  • From the Partner Dashboard, go to Apps.
  • Click the name of your app.
  • Select the API access you require.

Hope this helps!

Hi Liam, thanks for your reply.

Too bad I can’t add inventory scope to my project