create_product
Create a new product in Paddle by defining its name, description, image URL, and tax category. Automatically calculates taxes based on the selected category, ensuring compliance across jurisdictions.
Instructions
This tool will create a new product in Paddle.
When selecting a tax category, choose the one that best describes your product:
standard: Software products that are pre-written and can be downloaded and installed onto a local device
digital-goods: Non-customizable digital files or media (not software) acquired with an up front payment that can be accessed without any physical product being delivered
ebooks: Digital books and educational material which is sold with permanent rights for use by the customer
implementation-services: Remote configuration, set-up, and integrating software on behalf of a customer
professional-services: Services that involve the application of your expertise and specialized knowledge of a software product
saas: Products that allow users to connect to and use online or cloud-based applications over the Internet
software-programming-services: Services that can be used to customize and white label software products
training-services: Training and education services related to software products
website-hosting: Cloud storage service for personal or corporate information, assets, or intellectual property
The tax category affects how taxes are calculated in different jurisdictions. Choose carefully as it impacts your customers' tax rates. When using the standard tax category, prompt the user to review the tax category in the Paddle dashboard.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
customData | No | A JSON object containing custom data. Limited to 50 keys, with key names up to 40 characters long. | |
description | No | A description of the product that will be displayed to customers. | |
imageUrl | No | A URL to an image that will be displayed to customers. Must be publicly accessible. | |
name | Yes | The name of the product. Must be unique within your catalog. | |
taxCategory | Yes | The tax category that best describes your product. Used to automatically calculate tax rates. |