Print Price Labels
Generate print jobs for price labels in batch. Items can be identified by EAN/barcode or Item No. with optional Variant Code.
Returns base64-encoded print job data. When using PrintTemplate layout type, also returns printer metadata (printerType and device).
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path Parameters
Your Entra Tenant ID. More details.
Your Business Central Environment. More details.
Your Business Central Company. More details.
Headers
Used for API versioning. More details.
Request
The type of layout to use (Codeunit or PrintTemplate)
The code/ID of the layout to use for printing
Response
The type of the print job (always “raw”)
Base64-encoded print job data
The printer type (Matrix or Line). Only included when layoutType is PrintTemplate.
The printer device enum value (e.g., Zebra, Epson). Only included when layoutType is PrintTemplate.
