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