Images

Access product images

List Product Images

get

Returns a list of images uploaded by the Brand Owner or Wholesaler

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
get
/v2/images/{product}
GET /v2/images/{product} HTTP/1.1
Host: api.erudus.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
401Error
{
  "message": "Unauthenticated."
}

Get Product Feature Image

get

Returns the feature image for the product. This is set by the Brand Owner.

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
get
/v2/images/{product}/feature
GET /v2/images/{product}/feature HTTP/1.1
Host: api.erudus.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
401Error
{
  "message": "Unauthenticated."
}

Last updated