Get Item Labels ZIP (Batch)
machship_get_item_labels_zipRetrieve shipping labels for up to 40 consignments in a zip file, with options for A4 format and combining into a single PDF.
Instructions
Gets item labels as a zip file for up to 40 consignments.
Args:
consignmentIds (number[]): Consignment IDs (max 40)
printA4 (boolean, optional): Print in A4 format
singlePdf (boolean, optional): Combine all labels into a single PDF inside the zip
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| consignmentIds | Yes | Consignment IDs (max 40) | |
| printA4 | No | Print in A4 format | |
| singlePdf | No | Combine into single PDF |