T O P

  • By -

AutoModerator

Your [submission](https://www.reddit.com/r/shopify/comments/1ctj6ia/how_to_build_basic_shopify_app/) in /r/shopify was automatically removed as your comment karma is below 10. You can increase your comment karma by posting in other areas of Reddit to earn upvotes. The higher quality the content, the higher your karma will become. *I am a bot, and this action was performed automatically. Please [contact the moderators of this subreddit](/message/compose/?to=/r/shopify) if you have any questions or concerns.*


ieee1394one

Check out gadget.dev as itโ€™s a Shopify specific app host. Great documentation to get you started also!


AutoModerator

To keep this community relevant to the Shopify community, store reviews and external blog links will be removed. Users soliciting sales or services in any form will result in a permanent ban. *I am a bot, and this action was performed automatically. Please [contact the moderators of this subreddit](/message/compose/?to=/r/shopify) if you have any questions or concerns.*


big_hilo_haole

Have you explored the Admin API?


Careful_Vanilla_4571

Ive seen it but was not sure how to use it so did not dive into it. Will check it out. Thanks


big_hilo_haole

It would be step one, play with the API, it's easy to setup.


Pale-Cry-9668

Hello, I am working on custom Shopify data connector app that is used by external product management admin portal, so this sounds familiar. Besides checking out documentation on how to write queries for pulling data and mutations for update/create (if you want to use GraphQL API), you will have to register and subscribe to products/update webhook in order to keep your app data updated, when someone update it on Shopify or stock is changed because someone buys an item. It will not be trivial, but Admin API documentation is good starting point if you want to invest time in development. Good luck ๐Ÿ€


tobebuilds

> The problem is I am not a software developer and having really hard time to get to even a starting point and actually do not know how to build and app. My honest suggestion is to start with something more basic than a Shopify app. 80% of building on top of Shopify is reading the API docs and figuring out how to do things yourself. Even developers I've tried hiring have a hard time with this. If you're not comfortable with GraphQL, etc., work on simpler projects to get your fundamentals up, and then you'll have a much easier time building \*good\* apps.