# Creating your Products

Purchasely offers the possibility to add new In-App Purchase to your catalogue in the app remotely, without needing any app submission.

This catalogue configuration is done partly directly in the Mobile Applications Stores and partly in the Purchasely Console.

In Purchasely, catalogue items use a 2-levels model : `Products` & `Plans`

![](https://3348776246-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MHAzdlUVqKyZvwTnNIE%2F-MHVZlDz1iQiROmOzAvz%2F-MHWC-DxCOMHdcragto3%2Fimage.png?alt=media\&token=19a0d61d-b4ba-42ba-b92d-a862253f981f)

* ***`Products`*** are high level representation of what user can buy like a "Netflix subscription". A product can be distributed in various versions named ***`Plans`***
* For a same ***`Plans`*** can vary from one another regarding 2 dimensions :
  * *Multi-tiers products* can propose different entitlements (i.e.: levels of access). e.g. : *bronze*, *silver*, *gold*
  * *Multi-periodicity products* can have different renewing periodicity \
    e.g. : *daily*, *weekly*, *monthly*, *yearly*

{% hint style="info" %}
***`Products`*** are the equivalent of a **Subscription Group** in App Store Connect and ***`Plans`*** are the equivalent of a Product in AppStore Connect.\
This means that subscribers won't be able to subscribe to 2 different ***`Plans`*** in the same ***`Product`***.
{% endhint %}

* Each ***`Plan`*** is distributed over various distribution ***`Platforms`***

  e.g. : *Apple App Store*, *Google Play Store*, *Huawei App Gallery, …*

## Types of in-app purchases

Purchasely is compatible with all the type of in-app purchases managed on the stores:

* Renewing subscriptions
* Non renewing subscriptions
* Consumables
* Non consumables

Refer to [non-subscription products documentation](https://purchasely.gitbook.io/purchasely/2.8/advanced-features/non-subscription-products) for more information.

## General process

1. New **in-app purchases** must first be created in the Mobile Applications Stores (e.g.: App Store, Play Store, Huawei App Gallery)
2. **Products** & **Plans** are then created in the Purchasely Console
3. Product IDs shall finally be reported from the Mobile Applications Stores, to the Purchasely Console
