https://github.com/stlk/django-shopify-webhook
A package for receiving Shopify Webhooks in Django.
https://github.com/stlk/django-shopify-webhook
Last synced: 10 days ago
JSON representation
A package for receiving Shopify Webhooks in Django.
- Host: GitHub
- URL: https://github.com/stlk/django-shopify-webhook
- Owner: stlk
- License: other
- Created: 2016-01-16T13:18:38.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2025-02-28T14:51:26.000Z (about 2 months ago)
- Last Synced: 2025-03-30T05:05:20.912Z (17 days ago)
- Language: Python
- Size: 43.9 KB
- Stars: 49
- Watchers: 6
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- shopify-development-resources - Django Shopify Webhooks
- awesome-shopify - Django Shopify Webhook - A package for receiving Shopify Webhooks in Django. (Libraries / Python)
- shopify-awesome-agency - Django Shopify Webhook - 一个用于在 Django 中接收 Shopify Webhook 的软件包。 (库 / Python)
- shopify-awesome-agency - Django Shopify Webhook - 一个用于在 Django 中接收 Shopify Webhook 的软件包。 (库 / Python)
README
Django Shopify Webhook
======================[](http://badge.fury.io/py/django-shopify-webhook)
[](https://github.com/discolabs/django-shopify-webhook/actions/workflows/ci.yml)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 `WebhookSignal`s that can be listened to and handled by your
application.This packaged is maintained by [Josef Rousek](https://rousek.name/).