Entity: Material - LabelHub/labelhub.integration.documentation GitHub Wiki

Material v2

Properties

Name Required Notes
materialNo Yes Primary key
description Description visible to the brandowner (and the manufacturer)
productDescription Description only visible to the manufacturer

Sample

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<material version="2">
  <materialNo>mat123</materialNo>
  <description>Awesome paper (seen by brandowner/customer)</description>
  <productDescription>Semicoated paper (seen by manufacturer)</productDescription>
</material>
⚠️ **GitHub.com Fallback** ⚠️