https://github.com/dinoperovic/django-salesman
Headless e-commerce framework for Django and Wagtail.
https://github.com/dinoperovic/django-salesman
django e-commerce framework headless python rest-api shop wagtail
Last synced: 20 days ago
JSON representation
Headless e-commerce framework for Django and Wagtail.
- Host: GitHub
- URL: https://github.com/dinoperovic/django-salesman
- Owner: dinoperovic
- License: bsd-3-clause
- Created: 2020-02-03T14:11:35.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-18T19:47:07.000Z (7 months ago)
- Last Synced: 2025-03-31T00:13:37.305Z (27 days ago)
- Topics: django, e-commerce, framework, headless, python, rest-api, shop, wagtail
- Language: Python
- Homepage: https://django-salesman.rtfd.io
- Size: 412 KB
- Stars: 404
- Watchers: 16
- Forks: 51
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-wagtail - django-salesman - Headless e-commerce framework for Django with Wagtail modeladmin integration. (Apps / E-commerce)
README
Headless e-commerce framework for Django and Wagtail.
**Salesman** provides a configurable system for building an online store.
It includes a **RESTful** API with endpoints for manipulating the basket,
processing the checkout and payment operations as well as managing customer orders.## Features
- API endpoints for **Basket**, **Checkout** and **Order**
- Support for as many **Product** types needed using generic relations
- Pluggable **Modifier** system for basket processing
- **Payment** methods interface to support any gateway necessary
- Customizable **Order** implementation
- Fully swappable **Order** and **Basket** models
- [Wagtail](https://wagtail.io/) and **Django** admin implementation## Documentation
Documentation is available on [Read the Docs](https://django-salesman.readthedocs.org).