No content to show

User Activity

Solution can be found over at https://community.shopify.dev/t/app-bridge-react-how-to-redirect-an-embedded-react-app-to-subscription-confirmation-url/5096
Hey everyone, I have a simple usecase, I create a reoccurring subscription and need to redirect the client to the confirmation url. The app is embedded inside shopify admin and it runs on react. If I try to redirect directly ``window.location.href = ...
What do you mean? I am using the shopify to create subscription, https://shopify.dev/docs/api/admin-graphql/2024-04/mutations/appSubscriptionCreate  , and I redirect the user to `returnURL`
Thanks for the reply! Still dislike the vagueness of it, it should really be properly documented...
If I wanted to do email marketing and get people special discounts or something, how would I approach this? Is it even possible to do a custom link for installation with custom parameters? On a related note, can I deeplink into the app? Since the app...
After I create a subscription and get a confirmation URL, how do I know that the user has confirmed the subscription and not rejected it. Does the `ReturnURL` get some kind of a query parameter to know that it was successful or not? Eg my return url ...
After I create a subscription and get a confirmation URL, how do I know that the user has confirmed the subscription and not rejected it. Does the `ReturnURL` get some kind of a query parameter to know that it was successful or not? Eg my return url ...
Solutionhttps://community.shopify.com/c/webhooks-and-events/app-subscription-update-webhook/m-p/2252296/highlight/true#M5508 query { node(id: "gid://shopify/AppSubscription/<subsciption_id>") { ...on AppSubscription...
I am trying to implement app subscription for my app and when while researching the topic I've found out that the order of updates can sometimes be a problem, eg out of order, or even missing some updates due to network issues. So it seems that the b...
The docs should probably mention that then... https://shopify.dev/docs/apps/webhooks/configuration/mandatory-webhooks#shop-redactWhat's from your experience the best way to handle uninstalls then? Do I outright remove everything on `app/uninstalled` ...
The data returned is  very weird since its placeholdershopify-gateway-1 | "body": {shopify-gateway-1 | "shop_domain": "{shop}.myshopify.com",shopify-gateway-1 | "shop_id": 954889shopify-gateway-1 | }  shopify app webhook trigger --address https://sxx...
Whats the difference between `shop/redact` and `app/uninstalled`? Both are triggered when the app is uninstalled, just one is mandatory, so the `app/uninstalled` seems rather useless? Or are there some differences I am not aware of. It only seems tha...
Hello everyone, I've read through the previous issues on this topic and couldn't find anything of value in them, or a solution. So here is what I am doing.Inside a test store, I installed my app. I am trying to read the shop data, via the `/api/2024-...
Hello everyone, first time creating an embedded app and while the docs seems really nice I just cannot find all of the information I need. We offer services to our users based on their products, so our app would fetch the products, send it to our api...
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.
Helpful From
Likes given to