Update a product

PATCH {{baseUrl}}/products/:product_id

Updates a product using its ID.

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 updated product entity.

Request Body

{"name"=>"<string>", "description"=>"<string,null>", "type"=>"standard", "tax_category"=>"<string>", "image_url"=>"<null>", "custom_data"=>"<object>", "status"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring