discolabs / django-shopify-webhook

A package for receiving Shopify Webhooks in Django.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django Shopify Webhook

PyPI version Tests

This Django package aims to make it easy to add webhook-handling behaviour into your Django app. It provides:

  • A WebhookView for catching and verifying webhooks sent from Shopify, and triggering the appropriate webhook signal.

  • webhook, carrier_request and app_proxy view decorators that validate these various types of request.

  • A number of WebhookSignals that can be listened to and handled by your application.

This packaged is maintained by Josef Rousek.

About

A package for receiving Shopify Webhooks in Django.

License:Other


Languages

Language:Python 100.0%