Getting the list with all images for a product. The list can be shortened by using the parameters _offset
and _limit
.
object
array
_session_hash
(string)Required. Session identifier (obtained during login - doLogin)
product_id
(integer)Required. Product's identifier. Product with a given id has to exist.
<_offset
(integer)Required. Specifies results' shift by a certain offset.
_limit
(integer)Required. Specifies the amount of results in a query.
_modified_from
(dateTime)Specifies modification date from which the results are displayed. Unixtime format.
_modified_to
(dateTime)Specifies modification date to which the results are displayed. Unixtime format.
created_at
(dateTime)Created at.
updated_at
(dateTime)Last updated at.
id
(integer)Identifier.
product_id
(integer)Product's identifier.
image
(string)File encoded using base64.
image_filename
(string)Image filename.
is_default
(integer)Specifies whether an image is main / default for a product.