fetch_labels
Retrieve shipping label URLs for printing. Filter by printed or unprinted status to manage label distribution efficiently.
Instructions
Fetch shipping labels for printing. Filter by printed/unprinted status. Returns label URLs.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| integration_key | No | Shipi integration key | |
| page | No | Page number | |
| limit | No | Items per page (max 100) | |
| printed | No | Filter: 'printed', 'not_printed', or 'all' | all |