Command: MatchLabelCommand - LabelHub/labelhub.integration.documentation GitHub Wiki
| Name | Type | Required | Default | Notes |
|---|---|---|---|---|
| labelId | int | Yes | The LabelID from LabelHub that should be matched to the MLN below | |
| mln | string | Yes | The Manufacturer Label Number which to match the label with. |
<?xml version="1.0" encoding="utf-8"?>
<matchlabelcommand version="1">
<labelId>121212</labelId>
<mln>101010</mln>
</matchlabelcommand>