Images
Access product images
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
productstringRequiredExample:
The Erudus ID of the product.
7bc42964412a4566b3daa77bd6daf275Query parameters
wholesalerintegerOptionalExample:
Show images for wholesaler (results will include brand owner and wholesaler's images).
2filter[wholesaler]integerOptionalExample:
Filter images by wholesaler.
2filter[type]integerOptionalExample:
Filter images by Image Type ID.
2sortintegerOptionalExample:
Sort images by field.
0Responses
401Error
application/json
get
/v2/images/{product}GET /v2/images/{product} HTTP/1.1
Host: api.erudus.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
401Error
{
"message": "Unauthenticated."
}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
productstringRequiredExample:
The Erudus ID of the product.
7bc42964412a4566b3daa77bd6daf275Query parameters
wholesalerintegerOptionalExample:
Show images for wholesaler (includes brand and wholesaler's images).
2Responses
401Error
application/json
get
/v2/images/{product}/featureGET /v2/images/{product}/feature HTTP/1.1
Host: api.erudus.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
401Error
{
"message": "Unauthenticated."
}Last updated
