Acumatica label printing: business events, generic inquiries and REST
Print labels from Acumatica Cloud ERP using business events that call the REST API, generic inquiry exports and the connector for local printers — scenarios for distribution and manufacturing editions.
Acumatica's Distribution and Manufacturing editions track receipts, production and shipments, and its business events and generic inquiries are built for integration. The gap is the thermal printer on the warehouse floor: Acumatica is cloud-hosted, the printer is not. EtikStudio's connector closes it, and business events decide when to print.
Which integration paths fit Acumatica
| Path | Fit | Why |
|---|---|---|
| Business event + REST | Best | A business event on a generic inquiry (record inserted or field changed) calls the REST API through the connector with the row's fields. |
| Generic inquiry export | Good | Scheduled export of a generic inquiry to CSV on an FTP location; EtikStudio prints the batch. |
| Embedded data | Complement | Item, lot and customer master data from an exported replica, read by key at print time. |
Typical scenarios
| Process | Label | Trigger |
|---|---|---|
| Purchase receipts | Item, lot and license-plate labels | Receipt released |
| Production | Finished-goods labels with lot/serial | Move or completion released |
| Shipments | Package and carrier labels, SSCC | Shipment confirmed |
| Warehouse | Location labels | Location created |
Recommended flow
Build a generic inquiry with the label fields, attach a business event on record insertion, and let the event call the REST API; the returned job id can be written back through an import scenario if you need it on the record. One connector per warehouse maps printers.
Implementation checklist
- Define one generic inquiry per label type with exactly the fields the template needs.
- Use business events for immediate labels and scheduled exports for batch runs.
- Install and link the connector at each site; test printer discovery from the portal.
- Validate GS1-128 and license-plate barcodes on the target printers.
How EtikStudio handles it
Acumatica triggers, EtikStudio prints: native printer language, right printer per site, and a job log with template version for every label.
Integration details vary by ERP version, deployment and licensing. Adapters and worked examples are provided during implementation.