Shopify webhook configuration for public apps in Laravel

Поділитися
Вставка
  • Опубліковано 15 жов 2024
  • In this video, we are going to look at how we can consume webhooks from a Shopify store to our public app codebase.
    We will subscribe to product update webhook. This would mean that we will be notified when a product is updated through a webhook POST call to a URL which we define.
    Using this information, we will be able to detect product updates done on the store where our app is installed and add any functionality to it.
    You can find me on:
    Twitter: / amitavroy7​
    Discord: / discord

КОМЕНТАРІ • 4

  • @khaledmohamed6120
    @khaledmohamed6120 Рік тому +2

    hello sir,
    I followed all things u have and it work good with me but i'm trying using another webhook which is called 'ORDERS_FULFILLED' , so I receved an error message in my laravel log:
    "[message] => You cannot create a webhook subscription with the specified topic"
    can u tell me what should I add on regestring this webhook please.
    thankyou

  • @meerankhan5626
    @meerankhan5626 9 місяців тому

    this video is very unprofessional and unclear but thanks for making but please provide complete details even if you have already something in previous video please mention that to avoid confusion thanks

    • @amitavroydev
      @amitavroydev  9 місяців тому

      Thanks for the feedback. Point noted.