actindo ->product__get_images
actindo -> product__get_images: Get products images
Signaturstring product__get_images( string $sid [, int $product_id [, boolean $firstOnly [, boolean $imageUrl]]] )
 
Parameter
  • string $sid
    Session identier you got from auth__login or auth__token_login
     
  • int $product_id
    id of the product
     
  • boolean $firstOnly
    if set to true, only the first (primary) image will be returned (defaults to true)
     
  • boolean $imageUrl
    if set to true, only the image URL will be returned instead of the image itself
     
Returnsstring
array( array( md5 checksum, base64-encoded image ) ) if $imageUrl is false, array( array( * image_url ) ) else
 
DescriptionGet products images