Create a product
POST {{baseUrl}}/products
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.
Request Body
{"name"=>"<string>", "tax_category"=>"<string>", "description"=>"<string,null>", "type"=>"standard", "image_url"=>"<uri>", "custom_data"=>"<object>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |