Command: MatchArtworkCommand - LabelHub/labelhub.integration.documentation GitHub Wiki

MatchArtworkCommand v1

Properties

MatchArtworkCommand

Name Type Required Default Notes
mln string Yes The Manufacturer Label Number which to match the artwork to.
artworkId int Yes The ArtworkID from LabelHub that should be matched to the above MLN

Full sample

<?xml version="1.0" encoding="utf-8"?>
<matchartworkcommand version="1">
    <mln>101010</mln>
    <artworkId>651515</artworkId>
</matchartworkcommand>
⚠️ **GitHub.com Fallback** ⚠️