/monotaro/products

POST /api/monotaro/products

Price: 20 credits

Get a MonotaRO (モノタロウ) product by order code (注文コード), product-group code or product URL: name, brand, maker product code, prices with and without tax, list price, shipping lead time, rating, review count, category breadcrumbs, images, the full specification table and linked documents (safety data sheets, RoHS certificates, product Q&A).

How to use it

Fetch one MonotaRO (モノタロウ, Japanese B2B industrial/MRO catalog) product. Accepts an order code (注文コード, 8 digits, keep leading zeros, e.g. '02197517'), a product-group code (商品コード, e.g. '00005036') or a full /p/ or /g/ product URL. An order code identifies a single SKU (one exact size / variant); a product-group code identifies the whole family and returns family-level fields plus the cheapest and most expensive variant price. The two code spaces overlap: the same eight digits are often valid in both and then name two different products, so set `code_type` to say which one you have (or pass the URL, which is self-describing). The answer always names both `order_code` and `product_code`, so you can tell what you got. Prices are JPY: `price`/`price_with_tax` are the selling price without and with consumption tax, `list_price` is the manufacturer reference price. `min_ship_days`/`max_ship_days` are the lead time in days (0 = ships the same day); for a single SKU both are the same number, for a family they span its SKUs. `documents` links the PDFs attached to the product — safety data sheet (SDS), RoHS compliance certificate, product Q&A. `variant_count` tells how many SKUs the family has — use monotaro/products/variants to list them.

Parameters

Request body

Response

Errors

Response headers