Hello, I want to know if is it possible to offer a new sales channel for merchants, a marketplace, that offers my own payment solution. I manage the payments, and when an order is paid...
No content to show

User Activity

Any updates on this? I am also interested in getting my app's reviews via API.
Also interested in this.
The API deprecation message is simply a warning that the API version you are currently using will be deprecated soon. You need to update to the latest API version (2023-07 at the time of this message) to eliminate this warning. To execute this update...
We absolutely need this feature. Also applies for automated collections as you can not make one from metaobjects.
Correct me if I am wrong: you want to add the "Trending", "Bestseller" or any custom tag added from your admin panel to your product featured image in your online store. To do this, you need your theme to support it, check in your theme documentation...
There is no need to validate HMAC with EventBridge, but you should HMAC validate your mandatory webhooks because you can't process them with EventBridge, only with HTTPS endpoints for the moment. 
I have the same use case. We offer credits and I need a way to automatically renew credits when a threshold is passed (if merchant authorized it previously). Is there any way to accomplish this? Thank you.
Hello, did you find the solution to this problem? Is it Shopify responsible or is it something in my code? Thanks.
I think it is simply not possible to delete the metafields when a merchant uninstalls the app, because the token to access their shop become invalid, so the app_uninstall webhook is not useful. A workaround could be to add a button to the app that re...
It seems that the Express Server with the routes is meant to serve the app that runs on the merchant's admin dashboard. It does not receive the requests that are created from the storefront or from the theme app extension. To communicate the theme ap...
I found a solution looking into the theme code. In the liquid files in your app block you have access to liquid objects that contains the colors and the typography. I suggest you looking into the theme.liquid file of any theme.  For example, you can ...
In order to follow the UX guidelines for theme app extensions, Shopify says that App blocks should inherit styling properties from the theme, such as typography and colors.  Is there a way to access the colors and typograhpy of the theme directly on ...
Anybody knows if it is possible to use SCSS files in theme app extensions?
Thank you, I think i will follow the same path. If you call your API with sensitive information, of course that is not safe. Also, if you want to prevent some bad intentioned hacker to call many times to yor API, you could add security checks in your...
My Accepted Solutions
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.