Snipcart Webhooks

You can leverage the full power of Snipcart Webhooks to further customize your shop integration.

Configuration

Define the route of your Snipcart Webhook and add the absolute URL in your Snipcart Dashboard.

Basic Usage

The underlying package listens to incoming Webhook requests and dispatches Laravel Events accordingly. Create Laravel Event Listeners or Subscribers and do your custom magic.

Read the documentation of Snipcart Webhooks.

Last updated