Instnt Print
All examples

Packing slip

Wat er in het pakket zit, zonder bedragen.

What it is for
In de doos bij een bestelling
Format
80mm rol
Packing slip — 80mm rol
Packing slip · 80mm rol

Fields you send

{{ordernummer}}{{naam}}{{adres}}{{postcode}}{{plaats}}{{contact}}

Lists · regels

A list repeats: one line per item, as many as you send.

{{omschrijving}}{{aantal}}

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": "Pakbon",
    "data": {
          "ordernummer": "…",
          "naam": "…",
          "adres": "…",
          "postcode": "…",
          "plaats": "…",
          "contact": "…",
          "regels": [
                {
                      "omschrijving": "…",
                      "aantal": "…"
                }
          ]
    }
  }'
Read the documentation →