I'm just a beginner. I have created a website. Now I want shopify store admins to come and sell on my website. To do that I'm gonna need some way to have store admins provide me their store data like products. Shopify provides a way to do that by creating an app which provides scopes and access token. They can give me access token and I can run some REST apis to get that data. But I want to simplify this process. I want to create an interface which asks for store admins permission to provide me data and then it automatically integrates. Like you install apps on shopify.
Is there a more simple way to integrate shopify store admin with other websites?
201 Views Asked by need_answers At
1
There are 1 best solutions below
Related Questions in JAVASCRIPT
- Using Puppeteer to scrape a public API only when the data changes
- inline SVG text (js)
- An array of images and a for loop display the buttons. How to assign each button to open its own block by name?
- Storing the preferred font-size in localStorage
- Simple movie API request not showing up in the console log
- Authenticate Flask rest API
- Deploying sveltekit app with gunjs on vercel throws cannot find module './lib/text-encoding'
- How to request administrator rights?
- mp4 embedded videos within github pages website not loading
- Scrimba tutorial was working, suddenly stopped even trying the default
- In Datatables, start value resets to 0, when column sorting
- How do I link two models in mongoose?
- parameter values only being sent to certain columns in google sheet?
- Run main several times of wasm in browser
- Variable inside a Variable, not updating
Related Questions in REACTJS
- ussd reader in Recket Native module
- Teams tab application returns SSO error in mobile Outlook
- Github Pages Deployment deploys a blank page
- Is there any way to glow this bulb image like a real light bulb
- Optimize LCP ReactJs
- Page in React only renders elements after refreshing
- Unable to Post Form Data to MongoDB because of picturepath
- MERN Stack App - User Avatar Upload - 500 Error After Deployment on Render
- Hooks are not supported inside an async component error in nextjs project using useQuery
- How to change the Font Weight of a SelectValue component in React when a SelectItem is selected?
- On the server side, it returns undefined but on the client side, logs the values no problem
- Multilevel dropdown with checkboxes in Select component
- TypeScript Error only on big type only when assigned to a variable
- Deployment through app engine, cloud sql database, problem connecting with server code, doesn't connect
- Data is not filtering in props. Showing passdata.map is not a function
Related Questions in SHOPIFY
- Can I Customise The Order Table At Admin Side Of Partner.Shopify?
- Integrating OpenAI's ChatGPT with Shopify and Interakt Webhook for Improved Customer Support
- Remove specific products from cart on change in shopify
- Shopify theme edit to change bundles copy
- The Hamburgermenu of my shopify website (www.skiffaboei.myshopify.com) is not showing after clicking on the icon
- Integrating with Shopify to Retrieve Invoices as PDFs
- Shopify Flashlist re-render issue in android
- Shopify - Checkbox being unchecked during checkout
- Blogs Standard URL Filter /Tagged/Tag Not Working - Shopify
- Does Shopify Functions Work with Draft Orders? Unable to Disable Coupon Code Application
- How to send note attribute field in order data in Shopify liquid?
- After pointing Cpanel domain to Shopify, I am not able to either Receive or Send Emails
- Shopify reCaptcha V2 align to right cant select images or buttons
- In shopify set default product image size
- What CSP Headers are needed for serving .NET Core site to iframe in Shopify Page?
Related Questions in SHOPIFY-APP
- Integrating with Shopify to Retrieve Invoices as PDFs
- How to send note attribute field in order data in Shopify liquid?
- How to inject the product.liguid file automatically
- Shopify Plus - How to replace city dropdown with city text field with Checkout UI Extention
- I don't get data of sectionId in ThemeModal component
- Shopify UI Extension for Discount Validation
- I would like to hide the discount input field on our checkout page. Using checkout UI extensions
- Ruby with Rails app with Shopify keep deploying fine but on any controller run drops error TypeError and T.must
- Include Fulfilled Orders In ShopifyAPI::Order.All
- Issue with Predictive Search Add to Cart Button not working for first product result in Shopify Dawn Theme
- Customer phone number not updating
- Shopify: My Theme won't allow me to "Add Section" and native widgets
- React - how to get a value in a different component using watch or a similar method? (SHOPIFY APP)
- shopify REST Admin API Response header doesn't includes a URL for the next page of results
- shopify remix app , styles not loading on saving changes in project files
Related Questions in SHARETRIBE
- Why are code changes from vscode not reflected in my React server, even when terminal updates?
- Sharetribe marketplace Fresh install error -> No address associated with hostname
- Pushing no-code changes from TEST to LIVE environments in Sharetribe Flex
- React JS How to submit a form and THEN navigate to new page?
- Is there a more simple way to integrate shopify store admin with other websites?
- Integrate ShareTribeSdk into React Native
- Sharetribe installation rake aborted
- Why is FieldSelect returning a string while FieldCheckbox returning an object?
- Social Login doesn't work in Android browser app
- Hotjar survey via javascript trigger with Google Tag manager not loading on first history change
- Rails getting error installing sharetribe undefined method `dump'
- What is this css structure called?
- Getting ERROR: unknown key name ‘docinfo’ on sharetribe installation
- Multiline placeholder in textarea for safari and firefox
- Rails keeps asking for AWS credentials for MySQL storage
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
You have a very precise and relatively easy job to do here. You want to create what is called a Sales Channel App for Shopify. With that installed in any merchant store, you would have available to you a JSON representation of just the products they want you to sell on your website. As a bonus, every time you do sell a product of theirs on your website, you have the ability to complete the order with fulfillment aspects and their store. It is all automatic as you wish, and works a peach. Try it! You might end up with a huge success story and a very in-demand App in the Shopify App store.