diff --git a/userguide/aviate/aviate-catalog-guide.adoc b/userguide/aviate/aviate-catalog-guide.adoc index ffbf8035f..4c3e7932e 100644 --- a/userguide/aviate/aviate-catalog-guide.adoc +++ b/userguide/aviate/aviate-catalog-guide.adoc @@ -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. @@ -113,10 +113,41 @@ WARNING: Deleting a plan could break the system if there are active subscription . Confirm deletion. -//Demo: +Demo: + +++++ +
+ +
+ +
+
+++++ 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: + +++++ +
+ +
+ +
+
+++++ + == Duplicate Plan You can create a new plan based on an existing plan. @@ -141,6 +172,25 @@ Demo: ++++ +== 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: + +++++ +
+ +
+ +
+
+++++ == Creating Usage Plans @@ -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