Setting Up Products

Learn how to create and organize your products.

What is a Product?

A Product represents your software application or service. It's the top-level container that groups related licensing plans together.

Characteristics:

  • Simple structure - just name and description
  • No licensing rules - those belong in Plans
  • Container for Plans - a product can have multiple plans

Creating a Product

Using the Dashboard:

  1. Go to Products in your dashboard
  2. Click "Create Product"
  3. Enter a name and optional description
  4. Click "Create"

Using the API:

POST /api/v1/admin/products
{
  "name": "My Software",
  "description": "My awesome software product"
}

Best Practices

  • Use clear, descriptive product names
  • Add descriptions to explain what the product does
  • Create separate products for different software applications
  • Keep products simple - licensing rules go in Plans