Instnt Print
All examples

Shelf label

Wat het is en wat het kost, met de streepjescode erbij.

What it is for
In het schap
Format
11354 · 55 × 28 mm
Shelf label — 55 × 28 mm
Shelf label · 55 × 28 mm

Fields you send

{{omschrijving}}{{prijs}}{{eenheid}}{{artikelnummer}}

Print it

One request. The server draws it and the bridge prints it — you send values, not a document.

curl https://instntprint.com/v1/jobs \
  -H "Authorization: Bearer <sleutel>" \
  -d '{
    "printer": "Counter",
    "template": "Schaplabel",
    "data": {
          "omschrijving": "…",
          "prijs": "…",
          "eenheid": "…",
          "artikelnummer": "…"
    }
  }'
Read the documentation →