---
title: "Print product label"
method: POST
path: "/api/v1/products/{id}/printLabel"
tags: ["Product Label"]
---

# Print product label

`POST /api/v1/products/{id}/printLabel`

Prints a product label for the given product.

## Path parameters

- `id` string, required — Resource identifier.

## Request body

- object
  - `quantity` integer
  - `printingLabel` string — The name of the Label
  - `printer` string — The name of the printer

## Response `200`

Print product label

- string, string

## Other responses

- `204` — Operation completed successfully, no response body
- `403` — Unable to authorize the client

---

[API](https://skmtc.dev/xentral/apis/xentral-api.md) · [All operations](https://skmtc.dev/xentral/apis/xentral-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/xentral/xentral-api/revisions/8a27ba392442/schema)
