{
  "id": "ship-pallet",
  "name": "Pallet Routing Label",
  "description": "Pallet Routing Label layout with mapped Pallet ID, Destination, Carrier, Weight fields, XLSX sample data, and print-ready sizing.",
  "category": "Shipping & Logistics",
  "thumbnail": "/templates/thumbnails/ship-pallet.svg",
  "settings": {
    "width": 148,
    "height": 210,
    "unit": "mm",
    "dpi": 203,
    "name": "Pallet Routing Label",
    "type": "pallet_routing_label"
  },
  "elements": [
    {
      "id": "border",
      "type": "RECTANGLE",
      "x": 1,
      "y": 1,
      "width": 146,
      "height": 208,
      "fill": "#ffffff",
      "stroke": "#111827",
      "strokeWidth": 0.4,
      "borderRadius": 1
    },
    {
      "id": "title",
      "type": "TEXT",
      "x": 3,
      "y": 3,
      "width": 142,
      "height": 8,
      "content": "Pallet Routing Label",
      "fontSize": 9,
      "fontWeight": "bold",
      "textAlign": "center",
      "textFitMode": "shrink",
      "color": "#111827"
    },
    {
      "id": "main",
      "type": "TEXT",
      "x": 4,
      "y": 12,
      "width": 140,
      "height": 33.6,
      "content": "{{Pallet ID}}",
      "fontSize": 12,
      "fontWeight": "bold",
      "textFitMode": "shrink",
      "color": "#111827"
    },
    {
      "id": "secondary",
      "type": "TEXT",
      "x": 4,
      "y": 22,
      "width": 140,
      "height": 25.2,
      "content": "{{Destination}} | {{Carrier}}",
      "fontSize": 6,
      "textFitMode": "shrink",
      "color": "#111827"
    },
    {
      "id": "barcode",
      "type": "BARCODE",
      "x": 4,
      "y": 193,
      "width": 140,
      "height": 14,
      "content": "{{Barcode}}",
      "barcodeFormat": "CODE128",
      "barcodeShowText": true
    },
    {
      "id": "mapped-details",
      "type": "TEXT",
      "x": 3,
      "y": 204,
      "width": 142,
      "height": 4,
      "content": "Weight: {{Weight}} | Carton Count: {{Carton Count}}",
      "fontSize": 4,
      "textFitMode": "shrink",
      "textAlign": "center",
      "color": "#374151"
    }
  ],
  "columns": [
    {
      "key": "pallet_id",
      "label": "Pallet ID",
      "required": true
    },
    {
      "key": "destination",
      "label": "Destination",
      "required": true
    },
    {
      "key": "carrier",
      "label": "Carrier",
      "required": true
    },
    {
      "key": "weight",
      "label": "Weight",
      "required": false
    },
    {
      "key": "carton_count",
      "label": "Carton Count",
      "required": false
    },
    {
      "key": "barcode",
      "label": "Barcode",
      "required": false
    }
  ],
  "files": {
    "xlsx": "/label-templates/ship-pallet.xlsx",
    "json": "/templates/ship-pallet.json",
    "svg": "/templates/thumbnails/ship-pallet.svg"
  }
}