imagesImages

Endpoints in this collection return images associated with a product.

List Product Images

get

Returns a list of images uploaded by the Brand Owner or Wholesaler. The response includes urls of different size images if available from the system.

Authorizations
AuthorizationstringRequired

You can retrieve your token by visiting your dashboard and clicking Manage API tokens.

Path parameters
productstringRequired

The Erudus ID of the product.

Example: 7bc42964412a4566b3daa77bd6daf275
Query parameters
wholesalerintegerOptional

Show images for wholesaler (results will include brand owner and wholesaler's images).

Example: 2
filter[wholesaler]integerOptional

Filter images by wholesaler.

Example: 2
filter[type]integerOptional

Filter images by Image Type ID.

Example: 2
sortintegerOptional

Sort images by field.

Example: 0
Responses
chevron-right
200Success
application/json
pageintegerOptionalExample: 1
per pageintegerOptionalExample: 20
pagesintegerOptionalExample: 1
totalintegerOptionalExample: 1
get
/v2/images/{product}
200Success

Get Product Feature Image

get

Returns the feature image for the product. This is set by the Brand Owner. The response includes urls of different size images if available from the system.

Authorizations
AuthorizationstringRequired

You can retrieve your token by visiting your dashboard and clicking Manage API tokens.

Path parameters
productstringRequired

The Erudus ID of the product.

Example: 7bc42964412a4566b3daa77bd6daf275
Query parameters
wholesalerintegerOptional

Show images for wholesaler (includes brand and wholesaler's images).

Example: 2
Responses
chevron-right
200Success
application/json
get
/v2/images/{product}/feature
200Success

Last updated