NAME
WebService::Rakuten - Object interface to Rakuten webservice
SYNOPSIS
use WebService::Rakuten;
my $r = WebService::Rakuten->new(
output_type => 'perl',
developer_id => '0123456789abcdef',
);
my $keyword = 'Hello Kitty';
my $page = 1;
my $result_rh = $r->itemsearch($keyword,$page);
DESCRIPTION
This fills an empty niche for interfacing with the Rakuten webservice detailed here.
http://webservice.rakuten.co.jp/
METHODS
simplehotelsearch
Parameters
- callBack
- largeClassCode
- middleClassCode
- smallClassCode
- detailClassCode
- hotelNo
- latitude
- longitude
- searchRadius
- squeezeCondition
- carrier
- hits
- datumType
Full Documentation
http://affiliate.rakuten.co.jp/simplehotelsearch/
booksgamesearch
Parameters
- callBack
- title
- hardware
- makerCode
- label
- jan
- booksGenreId
- hits
- page
- availability
- outOfStockFlag
- sort
- carrier
Full Documentation
http://affiliate.rakuten.co.jp/booksgamesearch/
hoteldetailsearch
Parameters
Full Documentation
http://affiliate.rakuten.co.jp/hoteldetailsearch/
gethotelchainlist
Parameters
Full Documentation
http://affiliate.rakuten.co.jp/gethotelchainlist/
bookssoftwaresearch
Parameters
- callBack
- title
- os
- makerCode
- label
- jan
- booksGenreId
- hits
- page
- availability
- outOfStockFlag
- sort
- carrier
Full Documentation
http://affiliate.rakuten.co.jp/bookssoftwaresearch/
bookscdsearch
Parameters
- callBack
- title
- artistName
- label
- jan
- booksGenreId
- hits
- page
- availability
- outOfStockFlag
- sort
- carrier
Full Documentation
http://affiliate.rakuten.co.jp/bookscdsearch/
vacanthotelsearch
Parameters
- callBack
- largeClassCode
- middleClassCode
- smallClassCode
- detailClassCode
- hotelNo
- checkinDate (required)
- checkoutDate (required)
- adultNum
- upClassNum
- lowClassNum
- infantWithMBNum
- infantWithMNum
- infantWithBNum
- infantWithoutMBNum
- roomNum
- maxCharge
- minCharge
- latitude
- longitude
- searchRadius
- squeezeCondition
- carrier
- datumType
Full Documentation
http://affiliate.rakuten.co.jp/vacanthotelsearch/
booksmagazinesearch
Parameters
- callBack
- title
- publisherName
- jan
- booksGenreId
- hits
- page
- availability
- outOfStockFlag
- sort
- carrier
Full Documentation
http://affiliate.rakuten.co.jp/booksmagazinesearch/
itemcodesearch
Parameters
Full Documentation
http://affiliate.rakuten.co.jp/itemcodesearch/
bookstotalsearch
Parameters
- callBack
- keyword
- booksGenreId
- hits
- page
- availability
- outOfStockFlag
- sort
- field
- carrier
- orFlag
- NGKeyword
Full Documentation
http://affiliate.rakuten.co.jp/bookstotalsearch/
booksforeignbooksearch
Parameters
- callBack
- title
- publisherName
- isbn
- booksGenreId
- hits
- page
- availability
- outOfStockFlag
- sort
- carrier
Full Documentation
http://affiliate.rakuten.co.jp/booksforeignbooksearch/
genresearch
Parameters
Full Documentation
http://affiliate.rakuten.co.jp/genresearch/
auctionitemsearch
Parameters
- callBack
- keyword
- genreId
- hits
- page
- minPrice
- maxPrice
- sort
- blowFlag
- itemType
- newFlag
- field
- carrier
- imageFlag
- orFlag
- NGKeyword
Full Documentation
http://affiliate.rakuten.co.jp/auctionitemsearch/
dynamicad
Parameters
Full Documentation
http://affiliate.rakuten.co.jp/dynamicad/
cdsearch
Parameters
- callBack
- keyword
- genreId
- hits
- page
- sort
- minPrice
- maxPrice
- availability
- field
- carrier
- imageFlag
- orFlag
- NGKeyword
- genreInformationFlag
Full Documentation
http://affiliate.rakuten.co.jp/cdsearch/
booksearch
Parameters
- callBack
- keyword
- genreId
- hits
- page
- sort
- minPrice
- maxPrice
- availability
- field
- carrier
- imageFlag
- orFlag
- NGKeyword
- genreInformationFlag
Full Documentation
http://affiliate.rakuten.co.jp/booksearch/
getareaclass
Parameters
Full Documentation
http://affiliate.rakuten.co.jp/getareaclass/
hotelranking
Parameters
Full Documentation
http://affiliate.rakuten.co.jp/hotelranking/
catalogsearch
Parameters
- callBack
- keyword
- genreId
- hits
- page
- sort
- field
- imageFlag
- releaseRange
- orFlag
- NGKeyword
- genreInformationFlag
Full Documentation
http://affiliate.rakuten.co.jp/catalogsearch/
booksdvdsearch
Parameters
- callBack
- title
- artistName
- label
- jan
- booksGenreId
- hits
- page
- availability
- outOfStockFlag
- sort
- carrier
Full Documentation
http://affiliate.rakuten.co.jp/booksdvdsearch/
keywordhotelsearch
Parameters
Full Documentation
http://affiliate.rakuten.co.jp/keywordhotelsearch/
itemranking
Parameters
Full Documentation
http://affiliate.rakuten.co.jp/itemranking/
auctionitemcodesearch
Parameters
Full Documentation
http://affiliate.rakuten.co.jp/auctionitemcodesearch/
dvdsearch
Parameters
- callBack
- keyword
- genreId
- hits
- page
- sort
- minPrice
- maxPrice
- availability
- field
- carrier
- imageFlag
- orFlag
- NGKeyword
- genreInformationFlag
Full Documentation
http://affiliate.rakuten.co.jp/dvdsearch/
itemsearch
Parameters
- callBack
- keyword
- shopCode
- genreId
- catalogCode
- hits
- page
- sort
- minPrice
- maxPrice
- availability
- field
- carrier
- imageFlag
- orFlag
- NGKeyword
- genreInformationFlag
- purchaseType
Full Documentation
http://affiliate.rakuten.co.jp/itemsearch/
booksbooksearch
Parameters
- callBack
- title
- publisherName
- size
- isbn
- booksGenreId
- hits
- page
- availability
- outOfStockFlag
- sort
- carrier
Full Documentation
http://affiliate.rakuten.co.jp/booksbooksearch/
booksgenresearch
Parameters
Full Documentation
http://affiliate.rakuten.co.jp/booksgenresearch/
AUTHOR
Dylan Doxey, <dylan.doxey@gmail.com>
COPYRIGHT AND LICENSE
Copyright (C) 2009 by Dylan Doxey
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.