Instnt Print
All examples

Price tag

Smal kaartje voor aan een artikel: wat het is en wat het kost.

What it is for
In het schap
Format
11351 · 52 × 18 mm
Price tag — 52 × 18 mm
Price tag · 52 × 18 mm

Fields you send

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

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": "Prijskaartje",
    "data": {
          "omschrijving": "…",
          "artikelnummer": "…",
          "prijs": "…",
          "eenheid": "…"
    }
  }'
Read the documentation →