FDA cosmetics labeling — can Magento auto-render the right PDP block?
Categories:
Magento for Cosmetics + Beauty
Yes, with the right attribute model. Under MoCRA (Modernization of Cosmetics Regulation Act, 2022), US cosmetics need:
- Facility registration with FDA (one-time, you handle directly)
- Product listing per SKU (one-time per SKU, you submit to FDA via Cosmetics Direct portal)
- Adverse-event reporting workflow (15-day SAE rule)
- Ingredient list (INCI) on product label + PDP
- “Professional use only” flag where applicable
Magento setup: each product gets fda_listed, inci, warnings, professional_use_only, net_quantity attributes. A small Hyvä component on the US storefront renders the FDA-compliant label block from those attributes. The PDF label generator (PrinceXML / Dompdf) consumes the same attributes for physical labels. One source of truth.
Was this helpful?