/misumi/products

POST /api/misumi/products

Price: 5 credits

Get a MISUMI (ミスミ) product by series code, part number (型番) or product URL: name, brand, category breadcrumbs, price range and per-piece price range in JPY excluding tax, shipping lead time, rating and rating distribution, review count, variant count, standard specifications, the dimension table, CAD availability, RoHS / chemSHERPA compliance, catalogue references and attached documents. When a part number is supplied the exact configured item is returned as well.

How to use it

Fetch one MISUMI (ミスミ, Japanese B2B catalog of mechanical components, fasteners and factory automation parts) product. MISUMI addresses products on two levels. A **series** (シリーズ) is a configurable family — one design in many sizes, materials and finishes — named by a numeric series code such as '110302280360'; it carries the price range (`min_price`..`max_price`) across its variants. A **part number** (型番) such as 'BOX-CBE3-10' names one exact configured item inside a series and carries a single `price`. Pass either: a bare series code returns the family, a part number returns the family plus that item under `part`, and a product URL works for both. Prices are JPY **excluding** consumption tax. `min_days_to_ship`/`max_days_to_ship` are the lead time in days (0 = ships the same day). `variant_count` says how many part numbers the series has — list them with misumi/products/variants, narrowing them to one configuration with `specs[].id` and its `filter_value`. `specification_table` is the plain-text dimension table (規格表) printed on the page. `images[].caption` names which member of the family a photo shows where the source labels it — a family sold both singly and by the box publishes one image per packaging. Reviews are in misumi/products/reviews.

Parameters

Request body

Response

Errors

Response headers