v1

latestOpenAPI 3.0.12026-08-0688138402.2 KB
Print client

List all printers

Returns a list of printers.

Printers are created through the Shipmondo print client uniquely per host. They are used to send print jobs to the print client.

Related articles:

get/printers

Response

Successful.

namestring

User-specified name of the printer.

hostnamestring

The name of the computer/host from which the printer is accessed.

printerstring

The name of the printer as it appears on the computer/host.

label_format'zpl' | '10x19' | 'a4'

The given format of the printer

default_printerboolean

Indicates if the printer is default for shipments

default_document_printerboolean

Indicates if the printer is default for printing documents such as proforma invoices.

default_pick_document_printerboolean

Indicates if the printer is default for printing pick documents such as packing slips and pick path documents.

auto_printboolean
staff_account_idinteger

The identifier for the related staff account.

Example response

[
  {
    "name": "Warehouse Printer 02",
    "hostname": "WAREHOUSE-PC-01",
    "printer": "GK420D",
    "label_format": "zpl",
    "staff_account_id": 7
  }
]