Entity: Material - LabelHub/labelhub.integration.documentation GitHub Wiki
Name | Required | Notes |
---|---|---|
materialNo | Yes | Primary key |
description | Description visible to the brandowner (and the manufacturer) | |
productDescription | Description only visible to the manufacturer |
<?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>