Returns a list of all photos of a given product. The list can be shortened using the _offset
and _limit
parameters.
object
array
_session_hash
(string)Required. Session identifier (received during login - doLogin)
product_id
(integer)Required. Product identifier. The product with the given id must exist.
_offset
(integer)Required. Specifies the offset of the results.
_limit
(integer)Required. Specifies the number of results in the query.
_modified_from
(dateTime)Specifies the modification date from which the results will be displayed. Time in unixtime format.
_modified_to
(dateTime)Specifies the modification date to which the results will be displayed. Time in unixtime format.
created_at
(dateTime)Entry creation date.
updated_at
(dateTime)Date of last entry modification.
id
(integer)Identifier.
product_id
(integer)Product identifier.
image
(string)File encoded with base64 method
image_filename
(string)Name of the photo file.
is_default
(integer)Determines if the photo is the main/default photo for the product.