Creates a new product.
Paddle does not upload product images to a CDN. For image_url, you should host images on an HTTPS server that’s publicly accessible. We recommend using square images (1:1 ratio).
If successful, your response includes a copy of the new product entity.
Requests are authenticated with API keys. Provide your API key as a Bearer token in the Authorization header.
API keys are assigned permissions, granting them access to entities and operations.
Each endpoint may require one or more permissions, defined with the x-permissions extension.
Values for include parameters may require specific permissions as defined in the x-enum-permissions extension.
See all available permissions in the permission schema or documentation.
Get an API key and select the permissions you need from the Paddle dashboard under Paddle > Developer Tools > Authentication.
Represents a product entity when creating products.
Name of this product.
1 - 200Tax category for this product. Used for charging the correct rate of tax. Selected tax category must be enabled on your Paddle account.
digital-goods, ebooks, implementation-services, professional-services, saas, software-programming-services, standard, training-services, website-hosting Short description for this product.
2048Type of item. Standard items are considered part of your catalog and are shown in the Paddle dashboard. If omitted, defaults to standard.
custom, standard Image for this product. Included in the checkout and on some customer documents.
1Your own structured key-value data.
{ "customer_reference_id": "abcd1234" }