Product Media API v2

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

What you can do with Product Media

The Evance API allows you to do the following with the Product Media resource. 

The Product Media Object

Learn about the Product Media object and its properties.

List Media for Product

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

Get Media by Id

GET /api/v2/products/{productId}/media/{mediaId}.json

Add Media to Product

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

Update Media

PUT /api/v2/products/{productId}/media/{mediaId}.json

Delete Product Media

DELETE /api/v2/products/{productId}/media/{mediaId}.json