I’m building a Shopify store where users upload their videos for editing, and the admin edits the videos and sends them back to the user. I’m using Shopify Admin API for video uploads and need to implement this workflow in my Flutter app as well.
1. Can I Use Shopify Admin API in Flutter?
-
Can I use Shopify Admin API to upload videos directly from the Flutter app without a backend (like Laravel)?
-
What is the process for uploading a video and retrieving its URL in Shopify?
-
Where is the Video Stored After Uploading via API?
-
Where will the uploaded video be stored in Shopify? Is it saved in Shopify Files?
-
How can I retrieve the video URL after uploading it and store it in order metafields or product metafields?
-
-
How to Handle the Edited Video?
-
After the admin edits the video, how can I upload the edited video back to Shopify and update the URL in Shopify’s Files?
-
How do I make the edited video URL accessible to the user in both Shopify and Flutter app?
-
-
Display the Edited Video to the User in Shopify and Flutter App:
-
How do I display the edited video to the customer on their Shopify account page and in the Flutter app?
-
Can I use Shopify Liquid to show the video URL on the order page?
-
-
Is Automation Possible with Shopify Admin API and Flutter?
- Can I automate the process of uploading, editing, and displaying videos using Shopify Admin API and Flutter without a backend?