Skip to content

Latest commit

 

History

History
88 lines (62 loc) · 3.37 KB

File metadata and controls

88 lines (62 loc) · 3.37 KB

Shopinvader API Sale Loyalty

Beta License: AGPL-3 shopinvader/odoo-shopinvader

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

Some routes are added to the cart_router. Please note that for this router, the /cart prefix is not automatically added, to allow to mount it as a nested app. But you must ensure that this prefix is added when using this router.

See the README of shopinvader_api_cart for more details on how to do it.

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

This module is part of the shopinvader/odoo-shopinvader project on GitHub.

You are welcome to contribute.