api - Is there a way to create a Shopify storefront app that only affects one page of the store?
Solution:
You are looking for Shopify App Proxy (https://shopify.dev/apps/online-store/app-proxies). It perfectly fits your use case as
App proxies take requests to Shopify links, and redirect them to external links. This allows you to fetch and display data on a merchant's store from an external source.
Just create an app proxy. Handle the initial request to render form for user input. On form submission, receive the data on your proxy backend and do any API calls that you need.
Source
Didn't find the answer?
Our community is visited by hundreds of Shopify development professionals every day. Ask your question and get a quick answer for free.
Similar questions
Find the answer in similar questions on our website.
Write quick answer
Do you know the answer to this question? Write a quick response to it. With your help, we will make our community stronger.