GET GET media/:id

Updated on Fri, 2012-03-23

Retrieve a product image represented by the given id.

Parameters

idrequired

The numerical ID of the desired product image.

Example Values: 5072512

sizeoptional

Specifies the size of image to fetch. Not specifying a size will give the default, small size of 110px by 110px. Valid options include:

  • small: 110px by 110px
  • normal: 300px by 300px
  • large: 600px by 600px

Example Values: large

Resource Information

Requires Authentication?No
Response FormatsN/A
HTTP MethodsGET