{
  "id": "retail-shelf",
  "name": "Retail Shelf Label",
  "description": "Retail Shelf Label layout with mapped Product Description, Price, Unit Price, UPC fields, XLSX sample data, and print-ready sizing.",
  "category": "Inventory & Warehouse",
  "thumbnail": "/templates/thumbnails/retail-shelf.svg",
  "settings": {
    "width": 70,
    "height": 30,
    "unit": "mm",
    "dpi": 203,
    "name": "Retail Shelf Label",
    "type": "retail_shelf_label"
  },
  "elements": [
    {
      "id": "border",
      "type": "RECTANGLE",
      "x": 1,
      "y": 1,
      "width": 68,
      "height": 28,
      "fill": "#ffffff",
      "stroke": "#111827",
      "strokeWidth": 0.4,
      "borderRadius": 1
    },
    {
      "id": "title",
      "type": "TEXT",
      "x": 3,
      "y": 3,
      "width": 64,
      "height": 5.3999999999999995,
      "content": "Retail Shelf Label",
      "fontSize": 5,
      "fontWeight": "bold",
      "textAlign": "center",
      "textFitMode": "shrink",
      "color": "#111827"
    },
    {
      "id": "main",
      "type": "TEXT",
      "x": 4,
      "y": 12,
      "width": 62,
      "height": 7,
      "content": "{{Product Description}}",
      "fontSize": 6,
      "fontWeight": "bold",
      "textFitMode": "shrink",
      "color": "#111827"
    },
    {
      "id": "secondary",
      "type": "TEXT",
      "x": 4,
      "y": 22,
      "width": 62,
      "height": 5,
      "content": "{{Price}} | {{Unit Price}}",
      "fontSize": 6,
      "textFitMode": "shrink",
      "color": "#111827"
    },
    {
      "id": "barcode",
      "type": "BARCODE",
      "x": 4,
      "y": 28,
      "width": 62,
      "height": 7.5,
      "content": "{{UPC}}",
      "barcodeFormat": "UPC",
      "barcodeShowText": true
    },
    {
      "id": "mapped-details",
      "type": "TEXT",
      "x": 3,
      "y": 24,
      "width": 64,
      "height": 4,
      "content": "Promo Flag: {{Promo Flag}}",
      "fontSize": 4,
      "textFitMode": "shrink",
      "textAlign": "center",
      "color": "#374151"
    }
  ],
  "columns": [
    {
      "key": "product_description",
      "label": "Product Description",
      "required": true
    },
    {
      "key": "price",
      "label": "Price",
      "required": true
    },
    {
      "key": "unit_price",
      "label": "Unit Price",
      "required": true
    },
    {
      "key": "upc",
      "label": "UPC",
      "required": false
    },
    {
      "key": "promo_flag",
      "label": "Promo Flag",
      "required": false
    }
  ],
  "files": {
    "xlsx": "/label-templates/retail-shelf.xlsx",
    "json": "/templates/retail-shelf.json",
    "svg": "/templates/thumbnails/retail-shelf.svg"
  }
}