Pallet Labels

Pallet SSCC Label Template

Pallet label layout with SSCC code, route, weight, ship-to block, QR, and barcode.

ssccpallet-labelgs1warehousebarcode

Template JSON

rev_20260529_v2_pallet_sscc
{
  "schema": {
    "fields": [
      {
        "key": "ship_to",
        "type": "string",
        "required": true,
        "label": "Ship to",
        "default_value": "Northstar DC"
      },
      {
        "key": "route",
        "type": "string",
        "required": true,
        "label": "Route",
        "default_value": "SSCC 00"
      },
      {
        "key": "sscc",
        "type": "string",
        "required": true,
        "label": "SSCC",
        "default_value": "000123456789012343"
      },
      {
        "key": "weight",
        "type": "string",
        "required": true,
        "label": "Weight",
        "default_value": "418 kg"
      },
      {
        "key": "from",
        "type": "string",
        "required": true,
        "label": "From",
        "default_value": "Northstar Labs, 88 Harbor Way"
      }
    ]
  },
  "layout": {
    "pages": [
      {
        "width": 100,
        "height": 150,
        "elements": [
          {
            "type": "rect",
            "x": 0,
            "y": 0,
            "width": 100,
            "height": 150,
            "z_index": 0,
            "fill": {
              "color": "#FFFFFF",
              "opacity": 1
            }
          },
          {
            "type": "rect",
            "x": 6,
            "y": 6,
            "width": 88,
            "height": 138,
            "z_index": 0,
            "stroke": {
              "color": "#111827",
              "width": 0.45
            }
          },
          {
            "type": "rect",
            "x": 6,
            "y": 6,
            "width": 88,
            "height": 22,
            "z_index": 0,
            "fill": {
              "color": "#111827",
              "opacity": 1
            }
          },
          {
            "type": "text",
            "x": 11,
            "y": 14,
            "frame": {
              "width": 48
            },
            "content": {
              "blocks": [
                {
                  "type": "paragraph",
                  "inlines": [
                    {
                      "type": "text",
                      "text": "PALLET SSCC"
                    }
                  ]
                }
              ]
            },
            "defaults": {
              "paragraph": {
                "line_height": 1.18
              },
              "run": {
                "font_family": "NotoSans-Regular",
                "font_mode": "prefer",
                "font_size": 8,
                "color": "#FFFFFF",
                "font_weight": "bold"
              }
            },
            "z_index": 0
          },
          {
            "type": "text",
            "x": 76,
            "y": 14,
            "frame": {
              "width": 12
            },
            "content": {
              "blocks": [
                {
                  "type": "paragraph",
                  "inlines": [
                    {
                      "type": "text",
                      "text": "1 PALLET"
                    }
                  ]
                }
              ]
            },
            "defaults": {
              "paragraph": {
                "line_height": 1.18,
                "align": "right"
              },
              "run": {
                "font_family": "NotoSans-Regular",
                "font_mode": "prefer",
                "font_size": 5.5,
                "color": "#FFFFFF",
                "font_weight": "bold"
              }
            },
            "z_index": 0
          },
          {
            "type": "text",
            "x": 11,
            "y": 38,
            "frame": {
              "width": 42
            },
            "content": {
              "blocks": [
                {
                  "type": "paragraph",
                  "inlines": [
                    {
                      "type": "text",
                      "text": "SHIP TO",
                      "style": {
                        "font_weight": "bold"
                      }
                    },
                    {
                      "type": "line_break"
                    },
                    {
                      "type": "variable",
                      "scope": "binding",
                      "name": "ship_to"
                    },
                    {
                      "type": "line_break"
                    },
                    {
                      "type": "text",
                      "text": "Dock 8 / Bay 14"
                    }
                  ]
                }
              ]
            },
            "defaults": {
              "paragraph": {
                "line_height": 1.18
              },
              "run": {
                "font_family": "NotoSans-Regular",
                "font_mode": "prefer",
                "font_size": 5.8,
                "color": "#111827"
              }
            },
            "z_index": 0
          },
          {
            "type": "barcode",
            "format": "qrcode",
            "content": "{{sscc}}",
            "x": 70,
            "y": 36,
            "width": 18,
            "height": 18,
            "barcode_text": {
              "enabled": false,
              "position": "bottom"
            },
            "z_index": 0
          },
          {
            "type": "line",
            "x1": 11,
            "y1": 67,
            "x2": 89,
            "y2": 67,
            "stroke": {
              "color": "#111827",
              "width": 0.3
            },
            "z_index": 0
          },
          {
            "type": "text",
            "x": 11,
            "y": 78,
            "frame": {
              "width": 42
            },
            "content": {
              "blocks": [
                {
                  "type": "paragraph",
                  "inlines": [
                    {
                      "type": "text",
                      "text": "ROUTE"
                    },
                    {
                      "type": "line_break"
                    },
                    {
                      "type": "variable",
                      "scope": "binding",
                      "name": "route",
                      "style": {
                        "font_weight": "bold"
                      }
                    }
                  ]
                }
              ]
            },
            "defaults": {
              "paragraph": {
                "line_height": 1.18
              },
              "run": {
                "font_family": "NotoSans-Regular",
                "font_mode": "prefer",
                "font_size": 8,
                "color": "#111827",
                "font_weight": "bold"
              }
            },
            "z_index": 0
          },
          {
            "type": "text",
            "x": 70,
            "y": 78,
            "frame": {
              "width": 18
            },
            "content": {
              "blocks": [
                {
                  "type": "paragraph",
                  "inlines": [
                    {
                      "type": "text",
                      "text": "WEIGHT"
                    },
                    {
                      "type": "line_break"
                    },
                    {
                      "type": "variable",
                      "scope": "binding",
                      "name": "weight"
                    }
                  ]
                }
              ]
            },
            "defaults": {
              "paragraph": {
                "line_height": 1.18,
                "align": "right"
              },
              "run": {
                "font_family": "NotoSans-Regular",
                "font_mode": "prefer",
                "font_size": 5.2,
                "color": "#111827"
              }
            },
            "z_index": 0
          },
          {
            "type": "barcode",
            "format": "code128",
            "content": "{{sscc}}",
            "x": 11,
            "y": 101,
            "width": 78,
            "height": 20,
            "barcode_text": {
              "enabled": false,
              "position": "bottom"
            },
            "z_index": 0
          },
          {
            "type": "text",
            "x": 11,
            "y": 128,
            "frame": {
              "width": 60
            },
            "content": {
              "blocks": [
                {
                  "type": "paragraph",
                  "inlines": [
                    {
                      "type": "text",
                      "text": "FROM"
                    },
                    {
                      "type": "line_break"
                    },
                    {
                      "type": "variable",
                      "scope": "binding",
                      "name": "from"
                    }
                  ]
                }
              ]
            },
            "defaults": {
              "paragraph": {
                "line_height": 1.18
              },
              "run": {
                "font_family": "NotoSans-Regular",
                "font_mode": "prefer",
                "font_size": 5.2,
                "color": "#111827"
              }
            },
            "z_index": 0
          }
        ]
      }
    ]
  }
}
Sample data
{
  "ship_to": "Northstar DC",
  "route": "SSCC 00",
  "sscc": "000123456789012343",
  "weight": "418 kg",
  "from": "Northstar Labs, 88 Harbor Way"
}

Rendered PDF

PDF