GetProductImage

Returns a product image.

  • Input data type => object
  • Output data type => object

Input parameters

  1. _session_hash (string)
  2. Required. Session identifier (received during login - doLogin)

  3. code (integer)
  4. Required. Image identifier.

Output data

  1. created_at (dateTime)
  2. Entry creation date.

  3. updated_at (dateTime)
  4. Entry last modification date.

  5. product_id (integer)
  6. Product identifier.

  7. image (string)
  8. File encoded with base64 method

  9. image_filename (string)
  10. Image file name.

  11. is_default (integer)
  12. Specifies whether the image is the main / default image for the product.