Products
Product entities describe the items that customers can purchase. They hold high-level product attributes.
Products are the items in your catalog sold to customers. For simplicity and flexibility, there's no categories or hierarchies of product — everything purchased starts with a product entity.
Products work with prices, which is where you can say how much you charge for a product and how often.
Product entities hold information like:
- What the product is called.
- How it should be taxed.
- A description of the product.
- An image to show at checkout and on invoices.
Once you've created a product, you can link a price to it. You can add prices to checkouts, transactions, and subscriptions to bill for your products.
List products
gethttps://api.paddle.com/products
Create a product
posthttps://api.paddle.com/products
Get a product
gethttps://api.paddle.com/products/{product_id}
Update a product
patchhttps://api.paddle.com/products/{product_id}