Product Downloads API v2

The Product Downloads API resource lets you get, create, update or remove downloads associated with a product from an Account's product catalogue.

The Product Download Object

Learn about the Product Download object and its properties.

List Product Downloads

GET /api/v2/products/{productId}/downloads.json

Get a Product Download

GET /api/v2/products/{productId}/downloads/{id}.json

Add a Product Download

POST /api/v2/products/{productId}/downloads.json

Update a Product Download

PUT /api/v2/products/{productId}/downloads/{id}.json

Delete a Product Download

DELETE /api/v2/products/{productId}/downloads/{id}.json