Check spec / legal / supplier requirements for a make
mu_checkAsk the MU requirements engine whether a planned make satisfies its requirements: product spec floor (required attributes per kind), legal/compliance flags (e.g. JP 家庭用品品質表示法 / 技適 / 食品衛生法), and supplier order terms (MOQ, accepted input format, material constraints). Pass kind (required) + optional region (e.g. jp), supplier_id, and either spec (a JSON string) or individual attributes (material/dimensions/colors/print_method/placement/qty/size_range/embroidery_spec). Returns { ok, kind, report: { ok, gaps[], actions[] } }. Read-only, no API key. Use before mu_create_product or mu_rfq_create.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | Product kind (e.g. gi / tote / rashguard_ls). | |
| spec | No | Spec as a JSON string, e.g. {"material":"8oz canvas","dimensions":"A4"}. | |
| colors | No | ||
| region | No | Region, e.g. jp/us. Triggers region-specific legal requirements. | |
| material | No | ||
| placement | No | ||
| dimensions | No | ||
| size_range | No | ||
| supplier_id | No | Supplier id (e.g. isami_gi) to also check its order terms. | |
| print_method | No | ||
| embroidery_spec | No |