Chat on WhatsApp

ASTM D-4236 art-material toxicity + California Prop 65 labeling, what’s required?

Two separate compliance regimes that both apply to art supplies:

  • ASTM D-4236, US federal standard (Labeling of Hazardous Art Materials Act, LHAMA). Any art material sold for use must be reviewed by a toxicologist and labeled either “Conforms to ASTM D-4236” (non-toxic) or with specific health warnings (toxic). The brand handles the toxicology review and supplies the label data; you (the retailer) just need to render the conformance statement on the PDP for every art-material SKU.
  • California Prop 65, California state law. Specific listed chemicals (lead, cadmium, certain pigments, formaldehyde in some paper products, BPA in some plastics) trigger a state-required warning if a California consumer can be exposed. Penalties for missing the warning are real: ~$2,500 per exposure per day.

The Magento implementation:

  • Two product attributes, astm_d4236_label (text from brand) and prop_65_warning (text from brand).
  • PDP rendering, ASTM conformance always shown; Prop 65 warning only shown when the shipping state is California OR always (safest, recommended).
  • Brand data ingestion, most brands ship the ASTM + Prop 65 strings in their product feed. Akeneo or Pimcore PIM normalises across brands.
  • Quarterly review, Prop 65 updates 1-3x per year (new chemicals added). Subscribe to the OEHHA bulletin.

For non-US markets: EU EN 71-3 (toy safety, applies to art materials sold for kids), UK BS 7272 (writing instruments). Both follow a similar “brand certifies, retailer renders” pattern.

Was this helpful?