In theory, the Inventory app supports all label printer hardware and software that lets you use HTTP API to print tags. For example, Label LIVEarrow-up-right.
Label printer integration is done by defining a configuration object that contains the following properties:
The options which is adjustable while printing the tag(s).
options
A getLabel function that returns the label's data for a given item.
getLabel
A print function that receives an array of label data and calls APIs to print them.
print
Optionally, a getPreview function to return an image source for a given label image.
getPreview
Label LIVE
Last updated 2 years ago