コード例 #1
0
 public function fetchProductFromApi($articleUid)
 {
     $amazon = new AmazonHelper();
     return $amazon->findProduct($articleUid);
 }