docs / rakuten

Rakuten Ichiba Product API

Rakuten Ichiba Product API

base /rakuten/v17 endpoints
post/rakuten/v1/item1 credit

product detail page (title/price/shop/reviews/images/genre)

ParameterAllowed / rangeDescription
urloptionalFull Rakuten item URL. (item needs url OR shop_code + item_path.)
shop_codeoptionalRakuten shop code (pair with item_path as an alternative to url).
item_pathoptionalItem path within the shop (pair with shop_code).
Try in playground →
post/rakuten/v1/shop1 credit

shop catalog listing by shop_code (paginated)

ParameterAllowed / rangeDescription
shop_coderequiredRakuten shop code (urlCode).
page = 1optional1–Result page (1-based). Page forward with meta.next_page.
Try in playground →
post/rakuten/v1/ranking1 credit

genre or overall Ichiba ranking cards (paginated)

ParameterAllowed / rangeDescription
genre_idoptionalGenre id to rank within ('0' = overall, default).
period = dailyoptionaldaily · weekly · realtime · monthlyRanking time window.
page = 1optional1–Result page (1-based). Page forward with meta.next_page.
Try in playground →
post/rakuten/v1/genres1 credit

Rakuten Ichiba category (genre) tree — browse all categories, or pass genre_id for a subtree.

ParameterAllowed / rangeDescription
genre_idoptionalGenre id to read the subtree of (omit for the top-level tree).
Try in playground →
post/rakuten/v1/reviews1 credit

Buyer reviews and rating summary for a Rakuten Ichiba item — reviewer, rating, title and body.

ParameterAllowed / rangeDescription
urloptionalFull Rakuten item URL. (item needs url OR shop_code + item_path.)
shop_codeoptionalRakuten shop code (pair with item_path as an alternative to url).
item_pathoptionalItem path within the shop (pair with shop_code).
page = 1optional1–Result page (1-based). Page forward with meta.next_page.
Try in playground →
post/rakuten/v1/variants1 credit

SKU variant matrix (color/storage/price/images) from item bootstrap

ParameterAllowed / rangeDescription
urloptionalFull Rakuten item URL. (item needs url OR shop_code + item_path.)
shop_codeoptionalRakuten shop code (pair with item_path as an alternative to url).
item_pathoptionalItem path within the shop (pair with shop_code).
Try in playground →