Snipcart for Statamic
  • Overview
  • Getting Started
    • Installation
    • Configuration
    • Commands
  • Templating
    • Basics
    • Tags
      • Snipcart
      • Currency
      • Length
      • Weight
    • Modifiers
  • Customization
    • Blueprints
    • Translations
  • Advanced
    • Snipcart API
    • Snipcart Webhooks
Powered by GitBook
On this page
  • Configuration
  • Basic Usage

Was this helpful?

  1. Advanced

Snipcart Webhooks

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

PreviousSnipcart API

Last updated 1 year ago

Was this helpful?

Configuration

of your Snipcart Webhook and .

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.

.

Define the route
add the absolute URL in your Snipcart Dashboard
Read the documentation of Snipcart Webhooks