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 theloyalty
router, to get all rewards claimable with a given coupon code/coupon
under thecart
router, to apply a given coupon to the cart. Allows to specify which reward and/or which free product to offer./reward
under thecart
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
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.
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.
- ACSONE SA/NV
- Camptocamp
- Iván Todorovich <[email protected]>
- Acsone
- Marie Lejeune <[email protected]>
This module is part of the shopinvader/odoo-shopinvader project on GitHub.
You are welcome to contribute.