コード例 #1
0
 /**
  * Get product Stock
  * @param  [type] $no [description]
  * @return [type]     [description]
  */
 public function stock($no)
 {
     $handle = $this->getHandle($no);
     return $this->client->Product_GetAvailable(array('productHandle' => $handle))->Product_GetAvailableResult;
 }