provenq
Shopify Partner
Contact Me
Status
Offline
Last Activity
‎03-18-2020 03:52 PM
Topic Started
4
Topics Started
Topic Solutions
0
Solutions
Post Count
22
Posts
Post Kudos
3
Likes

Community Badges

I'm setting up a process to run daily to check the status of customer accounts to verify that they are still in good standing with shopify. That is, suppose a customer installs our app, and the...
It isn't clear to me in the docs how a recurring charge is handled after the initial install, and how we'd get notified that subsequent charges were made. Is there a webhook to pass for when re...
No content to show

User Activity

Thanks I will do that.
Hmmm.  I guess the flow here during install is unclear.  We actually load app bridge during the installation process?  Hmmm.
After users install my app, I want to be able to redirect users to their admin UI with my application loaded, but to do that, I have to redirect to a URL like this: https://customerstore.myshopify.com/admin/apps/my-app-name But I don't know how to lo...
Thanks that seems to work just fine.
Basically, I just want to know when someone has actually completed a purchase.  That is, they can add one or more items to a cart, then they checkout. I want to know when they've actually purchased the items in the cart.
Thanks for the response.  How else would we get notified when a customer completes a checkout purchase?  Is there another event that provides similar information ?
So, I just tried the most recent version of the API, and still get a 404. What is the 'unstable' version that includes this webhook? I changed it to this: const webhooksUrl = `https://${shop}/admin/api/2019-10/webhooks.json Version 2019-10 is the lat...
Is there a way in the stable version to get notified when a checkout occurs?  Or do most folks use the unstable API? Thanks for the response.
I am trying to register webhooks during install, and always get a 404 when trying register something like checkouts/paid, but checkouts/create works fine. Both checkouts/create and checkouts/paid are listed here, https://help.shopify.com/en/api/refer...
Yeah, the cookie thing was it. I didn't know that would have an effect, and explains the delay I would see.  I would test and try and get cart webhook events to show up on a Friday, and would get frustrated, and not try it again until many days later...
Wow, that is interesting.  That might explain why it seemed random.  I will try clearing my cookies before attempting next time.  I will try that sometime today if I can.  But yeah, even given the other stuff folks mentioned, I was still not seeing t...
Thanks for the response.  I will take a look at those steps and verify.  We have an Amazon cert, so I assume that is good.  But I do not believe we are checking the HMAC.  Though, why would the HMAC not be valid for an actual shopify call?
I've been testing webhooks on our development store, and I registered for the carts/create and checkouts/create topics.  When I went to our development store, I clicked to add a product to the cart, then clicked to checkout.  I checked the logs for o...
Thanks for the response (I missed it as I was on a short vacation). The webhook ID is 442056835127 for the carts/create webhook.The webhook ID is 442056867895 for the checkouts/create webhook. I didn't see any calls on our side when trying to checkou...
Hi, Recent app developer n00b: I created a development store, and am able to successfully get my app installed.  During installation, I use the Shopify node SDK to create a webhook on the development store subscribing to the carts/create topic.  When...
This widget could not be displayed.
This widget could not be displayed.
Helpful From