FastAPI services to add coupons and loyalties to carts.
Project description
This module extends the functionality of Shopinvader to support Coupons and Promotions from sale_loyalty core module. It is the new version providing FastAPI services.
Not to be confused with shopinvader_promotion_rule, that implements promotion programs from OCA module sale_promotion_rule, an alternative to the core sale_loyalty module.
Available services:
/loyalty/{code} under the loyalty router, to get all rewards claimable with a given coupon code
/coupon under the cart router, to apply a given coupon to the cart. Allows to specify which reward and/or which free product to offer.
/reward under the cart router, to apply a given reward (automatic promotion). Note that automatic promotions are applied automatically at cart update, when possible (if no choice must be done). This service allows to apply an automatic promotion for which the reward/free product choice is mandatory.
Table of contents
Usage
This addons provides 2 new routers: loyalty_router and sale_loyalty_cart_router. The sale_loyalty_cart_router is declared with the same tags as the one defined in the shopinvader_api_cart addon. As this one, no prefix is added to the router, to allow to mount it as a nested app. See the README of shopinvader_api_cart for more details on how to do it.
As all api addons, installing this addon will not have any effect on the existing fastapi app. You must add the routers to the app by yourself by editing your fastapi.endpoint where you want to add the routes.
Bug Tracker
Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed feedback.
Do not contact contributors directly about support or help with technical issues.
Credits
Contributors
-
Iván Todorovich <ivan.todorovich@gmail.com>
-
Marie Lejeune <marie.lejeune@acsone.eu>
Maintainers
This module is part of the shopinvader/odoo-shopinvader project on GitHub.
You are welcome to contribute.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file odoo_addon_shopinvader_api_sale_loyalty-16.0.1.1.0-py3-none-any.whl
.
File metadata
- Download URL: odoo_addon_shopinvader_api_sale_loyalty-16.0.1.1.0-py3-none-any.whl
- Upload date:
- Size: 32.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | abb7893219daf140b8031e9b197cdfb2822cb2812b1ea92e99d0dc66578e02c1 |
|
MD5 | e4c604913056538c6dc4666cb7ad5df3 |
|
BLAKE2b-256 | dfecfb75e2cb917b9ddef3b0d7ebfbe9d78cd34fafd5cd4cd6c3d157fa46242d |