docs: added ecommerce recipe (#5017)

* docs: added ecommerce recipe

* fix eslint errors
This commit is contained in:
Shahed Nasser
2023-09-11 18:51:03 +03:00
committed by GitHub
parent b18b6167a7
commit adf4903003
7 changed files with 158 additions and 6 deletions
@@ -13,6 +13,12 @@ Subscription-based purchase allows customers to purchase products for a specifie
For example, a customer can purchase a book subscription box for a period of three months. Each month, the payment will be captured for that order and, if the payment is successful, the fulfillment will be processed.
:::tip
Recommended read: [How Goodchef built subscription-based purchases with Medusa](https://medusajs.com/blog/goodchef-webbers-powering-subscriptions-with-medusas-commerce-modules/).
:::
<LearningPath pathName="subscriptions" />
---