WooCommerce Webhooks - WPQuickies

  Рет қаралды 9,607

Wil Brown

Wil Brown

3 жыл бұрын

In this lunchtime #WPQuickies, I'll talk about how to set up and use webhooks ↪ with WooCommerce. This topic was suggested by regular WPQuickies viewers Michelle Facibeni, Helen Palombo and Maurice Cohen.
🌟Highlights:
* Webhooks explained in layman's terms
* How to use them
* What WooCommerce webhooks are available
* Where to test them
🧙‍♂️Speaker: Wil Brown zeropointdevelopment.com/
Target Audience: Business Owners, Automation Ninjas
📺Suggest a WPQuickies topic of your own here forms.gle/mMWCNd3L2cyDFBA57
#WPQuickies #WPSyd #WordPress #wordpressblogger #wordpressdeveloper #wordpressexperts #wordpresstips #wordpresshelp #wordpressdesigner #WooCommerce #OnlineShop #WordPressShop #Ecommerce #webhooks

Пікірлер: 22
@patitorodri
@patitorodri 2 жыл бұрын
Awersome, Will. Thank you also for the links. Very clear and nice.
@WilBrownAU
@WilBrownAU 2 жыл бұрын
Glad it was helpful!
@praveen_javali
@praveen_javali 3 жыл бұрын
Very informative, thank you very much.
@WilBrownAU
@WilBrownAU Жыл бұрын
Glad it was helpful!
@gogawow
@gogawow 3 жыл бұрын
Very nice! Thank you
@WilBrownAU
@WilBrownAU Жыл бұрын
Thank you too!
@DotnetistEnterprise
@DotnetistEnterprise 3 жыл бұрын
nice.. I like aolready before watching
@WilBrownAU
@WilBrownAU 2 жыл бұрын
Thank you so much 😀
@gmadesarrolloweb3054
@gmadesarrolloweb3054 3 жыл бұрын
I'm from Argentina
@WilBrownAU
@WilBrownAU 2 жыл бұрын
Hi!
@anirbanrubel
@anirbanrubel 3 жыл бұрын
Can u show how to create Add to cart Api for woocommerce. How can we fetch data in Android app thorough woocommerce rest api. I can't find add to cart endpoint or so in woocommerce documentation. It have product, category all those end points but can't figure our add to cart.
@daveanything
@daveanything 3 жыл бұрын
Hi Wil, thank you for this video. To be honest, I am still a bit confused. I have spent time with stripe trying to understand these too. One would think, having been in IT my entire career I would not be so stuck on something so simple. But, if I may, I have a couple of questions, that maybe others will benefit from too: Background When I set up my site (woo->stripe) I was getting errors that my webhook did not exist. Somehow I stumbled through creating one. Then, a couple of weeks later, I was getting that message again. I did not understand them, and still don't but I got some help and put some url in there. Yesterday, I got an alert from stripe that my webhook has been disabled. (I have no idea why). Now, I am on yt looking for help!! :) 1. Am I to understand, the webhook is used to trigger an event (in the background) that stores information somewhere for someone to query later? 2. Are webhooks important to have? I asked stripe this question and they said yes. My site is very basic. We are membership-based. Someone signs up, they have access to the site, done. Soon we are adding a store that can be accessed by anyone. 3. I went to webhooks.site. You mentioned a couple of times that the site is test. Does this mean if I copy that URL that automatically popped up when I went to the site, is only for testing? I cannot keep the URL from there in my created webhook? 4. do sites generally have multiple webhooks? Meaning, one for each event? and again, this goes back to the first question of purpose. I am sorry for so many questions. You clearly are an expert and I clearly cannot find answers :) !! :)
@daveanything
@daveanything 3 жыл бұрын
Wil, I really do not know what to say besides thank you sincerely for your help. The one point you made about the webhook letting woo know about a payment really clicked with me as now I understand it is telling my program the user is good to go. I do think, however, I have messed up the web hooks enough that I may need to get someone to help me sort this out Thank you so much for being so generous. I’m an instance sub now!
@brendamvilla2377
@brendamvilla2377 Жыл бұрын
Hi! I am in the same boat as Dave here. I am creating an online store and am trying to add webhooks for certain events from my woocommerce store to my stripe account. I understand the concept of a webhook, sending information when events occur. My question is why is this important? In the example, you used a test url, but in a real life example, where is that information received? In a real case scenario, would the customer receive a notification that a coupon has been updated? In my scenario, would stripe receive information about actions and alert me? and most importantly, what is done with that information once it’s received? Any help trying to further understand this would be greatly appreciated
@WilBrownAU
@WilBrownAU Жыл бұрын
For an example, you could send order and customer data to a listening Zapier webhook. Then you can syndicate that data to pretty much any system, like your CRM. You could also use the webhook tpo send purchase information to a stock control system. Zapier is a middleware sevice that connects to other systems together. But webhooks in general can talk directly to each other. Stripe for instance has its own set of webhooks that you can send information out to. For example you could send a webhook to Zapier when a user cancels a subscription, then cancel the user registration in WordPress and send them a promotional email with a 25% coupon to try to entice them back. Hope that helps.
@endtimewarriorsfireministr1011
@endtimewarriorsfireministr1011 Жыл бұрын
hello, thanks for this tutorial, please I am having challenges with authenticating a purchase. This is what I want to achieve; I want to be able to redirect users from my website "A" after adding an item to the cart to website "B" to complete the payment. Update Website "A" after successful payment on the website "B". I am using woo commerce plugin. I need help, sir. I can provide you with my code if you need it so you understand clearly my issues
@WilBrownAU
@WilBrownAU Жыл бұрын
Won't happen. Cart sessions are stored as temp db entries on each site and as cookie sessions on your local machine. Transferring all that data to another website just to make the purchase is complicated and likely unnecessary. You'd need at the very least a duplicate ecomm system on both sites. I suggest outlining what you are trying to achieve and looking for another solution. You could use site A as a promo/sales/landing page promoting a product but the add ti cart button uses the url of site B to add its products to the cart. That way site A is only a marketing site and aite B is the real ecomm site.
3 жыл бұрын
when preparing a webhook firing for ping and validate but when real scenario realizing not firing.
@jakubdlugosz8090
@jakubdlugosz8090 2 жыл бұрын
Same
@ipung6831
@ipung6831 Жыл бұрын
How to validate secret on http reques
@WilBrownAU
@WilBrownAU 10 ай бұрын
Webhooks should be using HTTPS and not HTTP
What Is WP Cron? - WPQuickies
19:01
Wil Brown
Рет қаралды 287
Жайдарман | Туған күн 2024 | Алматы
2:22:55
Jaidarman OFFICIAL / JCI
Рет қаралды 1,7 МЛН
Wait for the last one! 👀
00:28
Josh Horton
Рет қаралды 158 МЛН
БОЛЬШОЙ ПЕТУШОК #shorts
00:21
Паша Осадчий
Рет қаралды 9 МЛН
What Is A Webhook - Why Is It Key To Headless Architectures?
5:38
Going Headless with John
Рет қаралды 43 М.
Understanding API vs Webhook Differences | AI Automation Agency
10:27
Jannis Moore | AI Automation
Рет қаралды 8 М.
Get WooCommerce Products Ranked Higher With This Chat GPT AI Tool
11:15
API vs Webhook :: Creating a custom Webhook in WordPress
13:44
TechiePress
Рет қаралды 28 М.
How to Set-Up Webhook Inside Zoho Inventory?
8:03
Pabbly
Рет қаралды 30
Setup WooCommerce API and Test It with Postman and Python
13:41
How to setup Make (formerly Integromat) on WooCommerce?
11:09
Simon Gondeck
Рет қаралды 6 М.
WooCommerce REST API Integration
29:17
WordPress
Рет қаралды 70 М.
Когда покупки идут не по плану🤯
0:32
FilmBytes
Рет қаралды 3,6 МЛН
Don’t Bully a Vampire Girl 👿
0:38
Alan Chikin Chow
Рет қаралды 24 МЛН