Command: MatchArtworkCommand - LabelHub/labelhub.integration.documentation GitHub Wiki
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 |
<?xml version="1.0" encoding="utf-8"?>
<matchartworkcommand version="1">
<mln>101010</mln>
<artworkId>651515</artworkId>
</matchartworkcommand>