Unlock the Power of Shopify Webhooks: A Python Developer's Guide

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 พ.ย. 2024

ความคิดเห็น • 11

  • @Traveling_with_Tyler
    @Traveling_with_Tyler 2 หลายเดือนก่อน

    Thank you for the resource but it does not work for me. It would be great if the video includes how to get those strings for topic, dress. This video might be good resource for people who already known pub/sub but it is a little hard to do step by step action for beginners

  • @_Software_developer_
    @_Software_developer_ 8 หลายเดือนก่อน

    I have an isuue on similar topic But your video prove as solution to me thanks .
    This was great. Thanks for sharing.

    • @rabbitmetrics
      @rabbitmetrics  8 หลายเดือนก่อน

      Glad it was helpful!

  • @jonice4229
    @jonice4229 11 หลายเดือนก่อน

    I have an issue on webhook product/update is getting me multiple times the request, any reason why? or any tips how i can prevent that?

  • @mustelideos4501
    @mustelideos4501 7 หลายเดือนก่อน

    When I try to pull it, Pub/Sub don't find any message. What can it be?
    The created webhook should appear in the 'webhook list' inside the admin configurations in my shop?

    • @rabbitmetrics
      @rabbitmetrics  6 หลายเดือนก่อน +1

      Could be the webhook configuration in GCP. Try to subscribe to the topic in Python and see if you receive the messages: th-cam.com/video/1O819DrILWM/w-d-xo.html

    • @mustelideos4501
      @mustelideos4501 6 หลายเดือนก่อน

      @@rabbitmetrics Thx. It was the sub ID. 😆

  • @JustinMitchel
    @JustinMitchel ปีที่แล้ว

    This was great. Thanks for sharing.

    • @JustinMitchel
      @JustinMitchel ปีที่แล้ว

      Do you have an example triggering another message with pub/sub?

    • @JustinMitchel
      @JustinMitchel ปีที่แล้ว

      Also, consuming the message within a web app?

    • @rabbitmetrics
      @rabbitmetrics  ปีที่แล้ว

      You're welcome! It depends on how the web app needs to consume the message. Updating the database from GCP with a Cloud Function once the message arrives will work in many cases.