# Product Plans

Set up - Tenancy - Product Plans

## Get All Product Plans

 - [GET /product-plans](https://docs.uberall.com/apis/swagger/product-plans/get_product_plans.md): Get all product plans available to the current API user

## Create a Product Plan

 - [POST /product-plans](https://docs.uberall.com/apis/swagger/product-plans/post_product_plans.md): Create a new Product Plan. The new Product Plan will be always created into PENDING_APPROVAL status.

## Update a Product Plan

 - [PATCH /product-plans/{id}](https://docs.uberall.com/apis/swagger/product-plans/patch_product_plans_id.md): Update an existing Product Plan. Only defaultPlan, description, name, status are updatable via API.

