---
title: "Print Message"
method: POST
path: "/o/op/1/printMsg"
tags: ["Order and Pay"]
---

# Print Message

`POST /o/op/1/printMsg`

Send a message to the POS. Generates a notification on the register screen. Can also be sent to the printer. <br> If the POS is offline, the message will be stored for up to 24h and sent when the POS comes online.

## Query parameters

- `businessLocationId` integer, required — The unique identifier for the business location.

## Request body

- object
  - `message` string, required — The message to be printed.
  - `alsoToPrinter` boolean — Print on the receipt printer as well as till (highly recommended).

## Response `200`

accepted

- object
  - `status` string — The response.

---

[API](https://skmtc.net/lightspeed/apis/lightspeed-restaurant-k-series-api.md) · [All operations](https://skmtc.net/lightspeed/apis/lightspeed-restaurant-k-series-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lightspeed/lightspeed-restaurant-k-series-api/versions/fd2e31cf57dd/schema)
