Skip to content
You're viewing guides for Paddle Classic, which is no longer available for new signups. Head to developer.paddle.com for Paddle Billing guides.

Products

Products are the things that you sell to your customers.

For simplicity and flexibility, there’s no hierarchy of products and no distinction between recurring and non-recurring services.

Some examples of products in Paddle:

  • A typical monthly or annual subscription plan
  • Additional users or seats
  • Recurring addons, like premium support or a reporting package
  • One-off charges, like incident support or an onboarding fee
  • One time products, like ebooks

You can add products to invoices to bill customers for them.

$ref: ../../reference/models/product.yaml

Using the Paddle Invoice API, you can:

You can’t delete products, but you can archive them to say you no longer need them. Archived products can’t be used in Paddle and aren’t returned by default when you query the list endpoint.

To archive a product, use the update product method:

{
"status": "archived"
}