PDF templates / Logistics

Bill of Lading Template

A port-pair B/L: loading and discharge as facing display names on a landscape sheet, cargo as a marks table, amber only on the voyage number.

LogisticsA4bill-of-ladingbolshippingportscargo

Clone this layout in the dashboard to get an account-owned draft you can edit and publish. After publish, send your slug or UUID as templateId with JSON templateData.

Sample templateData

JSON
{
  "bolNumber": "BOL-9901842",
  "issuedOn": "2026-08-21",
  "vessel": "MV Hudson Star",
  "voyage": "HS-184",
  "portOfLoading": "Newark",
  "portOfDischarge": "Rotterdam",
  "shipper": {
    "name": "Westmere Exports",
    "address": "19 Crosby Street, New York, NY 10013"
  },
  "consignee": {
    "name": "Northline Europe BV",
    "address": "Wijnhaven 88, 3011 WP Rotterdam"
  },
  "cargo": [
    {
      "marks": "WES-01",
      "description": "Crated ceramics",
      "packages": 12,
      "weightKg": 1840
    },
    {
      "marks": "WES-02",
      "description": "Display plinths",
      "packages": 4,
      "weightKg": 620
    },
    {
      "marks": "WES-03",
      "description": "Printed catalogs",
      "packages": 9,
      "weightKg": 410
    }
  ]
}

Clone from the gallery

POST /v1/templates
curl https://api.relaypdf.com/v1/templates \
  -H "Authorization: Bearer pdf_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "name": "Bill of Lading Template",
    "galleryId": "bill-of-lading"
  }'

More in Logistics