App reviews, troubleshooting, and recommendations
I hope you're doing well! I'm currently working on a Shopify embedded app, and I'm trying to update the information related to specific app blocks (e.g., toggling the disabled state). However, I'm unsure how to correctly retrieve and post the updated information back to Shopify.
Specifically, I'm looking for guidance on:
If you have any experience with this or know the best practices for handling embedded app updates, I would really appreciate your insights!
Thank you so much for your time and help!
Solved! Go to the solution
This is an accepted solution.
You can simply include what should be configurable by your users in the "settings" under "schema" of your app block.
The settings will be saved and managed by Shopify and you can read is using liquid syntax.
See this example in Shopify's documentation: https://shopify.dev/docs/apps/build/online-store/theme-app-extensions/configuration#example-app-bloc...
Alternatively, you can manage the values in your own app's backend where users will set the value in your app and you can do an API fetch call to your own app to fetch the value.
Gojiberry - Best post-purchase survey and feedback app for Shopify | Install on App Store for free
Shopify Community is helpful, BUT... why not start asking your customers for feedback instead?
This is an accepted solution.
You can simply include what should be configurable by your users in the "settings" under "schema" of your app block.
The settings will be saved and managed by Shopify and you can read is using liquid syntax.
See this example in Shopify's documentation: https://shopify.dev/docs/apps/build/online-store/theme-app-extensions/configuration#example-app-bloc...
Alternatively, you can manage the values in your own app's backend where users will set the value in your app and you can do an API fetch call to your own app to fetch the value.
Gojiberry - Best post-purchase survey and feedback app for Shopify | Install on App Store for free
Shopify Community is helpful, BUT... why not start asking your customers for feedback instead?
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025