/**
  * All products
  *
  * @return mixed
  */
 public function all()
 {
     $handles = $this->client->Product_GetAll()->Product_GetAllResult->ProductHandle;
     return $this->getArrayFromHandles($handles);
 }