Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
59 changes: 55 additions & 4 deletions userguide/aviate/aviate-catalog-guide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ API used: https://apidocs.killbill.io/aviate-catalog#retire-plan[Retire Plan API

== Delete Plan

You can delete an existing plan permanently. Deleting permanently removes a plan from the database.
You can delete an existing plan permanently. Deleting permanently removes the plan from the database.

WARNING: Deleting a plan could break the system if there are active subscriptions. Use this only for plans created erroneously that do not have active subscriptions.

Expand All @@ -113,10 +113,41 @@ WARNING: Deleting a plan could break the system if there are active subscription
. Confirm deletion.


//Demo:
Demo:

++++
<div>
<script async src="https://js.storylane.io/js/v2/storylane.js"></script>
<div class="sl-embed" style="position:relative;padding-bottom:calc(49.85% + 25px);width:100%;height:0;transform:scale(1)">
<iframe loading="lazy" class="sl-demo" src="https://killbill.storylane.io/demo/2mzetbzl440n?embed=inline" name="sl-embed" allow="fullscreen" allowfullscreen style="position:absolute;top:0;left:0;width:100%!important;height:100%!important;border:1px solid rgba(63,95,172,0.35);box-shadow: 0px 0px 18px rgba(26, 19, 72, 0.15);border-radius:10px;box-sizing:border-box;"></iframe>
</div>
</div>
++++

API used: https://apidocs.killbill.io/aviate-catalog#delete-plan[Delete Plan API].

== Delete Product

You can delete an existing product permanently. Deleting permanently removes the product from the database.

WARNING: Deleting a product could break the system if there are active subscriptions. Use this only for products created erroneously that do not have active subscriptions.

. Select the product.
. Choose *Delete*.
. Confirm deletion.


Demo:

++++
<div>
<script async src="https://js.storylane.io/js/v2/storylane.js"></script>
<div class="sl-embed" style="position:relative;padding-bottom:calc(49.85% + 25px);width:100%;height:0;transform:scale(1)">
<iframe loading="lazy" class="sl-demo" src="https://killbill.storylane.io/demo/ju6wzojzj4ib?embed=inline" name="sl-embed" allow="fullscreen" allowfullscreen style="position:absolute;top:0;left:0;width:100%!important;height:100%!important;border:1px solid rgba(63,95,172,0.35);box-shadow: 0px 0px 18px rgba(26, 19, 72, 0.15);border-radius:10px;box-sizing:border-box;"></iframe>
</div>
</div>
++++

== Duplicate Plan

You can create a new plan based on an existing plan.
Expand All @@ -141,6 +172,25 @@ Demo:
</div>
++++

== Duplicate Product

You can create a new product based on an existing product. This is a time-saving convenience that lets you quickly create a new product

. Select the product
. Choose *Duplicate*
. Make changes to the product and its plans as desired
. Save the new product.

Demo:

++++
<div>
<script async src="https://js.storylane.io/js/v2/storylane.js"></script>
<div class="sl-embed" style="position:relative;padding-bottom:calc(49.85% + 25px);width:100%;height:0;transform:scale(1)">
<iframe loading="lazy" class="sl-demo" src="https://killbill.storylane.io/demo/m2kja9avscji?embed=inline" name="sl-embed" allow="fullscreen" allowfullscreen style="position:absolute;top:0;left:0;width:100%!important;height:100%!important;border:1px solid rgba(63,95,172,0.35);box-shadow: 0px 0px 18px rgba(26, 19, 72, 0.15);border-radius:10px;box-sizing:border-box;"></iframe>
</div>
</div>
++++


== Creating Usage Plans
Expand Down Expand Up @@ -177,8 +227,9 @@ You now know how to:
* Create products, plans, and pricelists
* Add new plans
* Edit plan prices
* Archive or delete plans
* Duplicate plans
* Archive plans
* Delete plans/products
* Duplicate plans/products
* Build usage-based plans


Expand Down
Loading