---
title: "Download product label as pdf"
method: GET
path: "/api/v1/products/{id}/printLabel"
tags: ["Product Label"]
---

# Download product label as pdf

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

Downloads a product label for the given product as pdf.

## Path parameters

- `id` string, required — Resource identifier.

## Request body

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

## Response `200`

Download product label

## Other responses

- `204` — Operation completed successfully, no response body
- `400` — IETF RFC 9457 Problem API compliant response
- `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)
