Worktop Auctions

Derisked reverse auctions

Login
Retailer Dashboard
Drafts, live and ended auctions
Create Auction
5-step wizard with completeness
Fabricator Dashboard
Invited auctions and bidding
Admin Console
Approvals, coverage, templates, logs
Debug
mock
Request ID: (set when API wired)
Draft
{
  "title": "Kitchen refit - Island + Run",
  "postcode": "SW11 2AA",
  "target": "4000",
  "installDate": "2026-02-10",
  "access": "First floor flat. Two-person lift required.",
  "acknowledged": true,
  "attachments": [
    {
      "name": "plan.pdf",
      "size": "1.2MB"
    },
    {
      "name": "island-elevation.png",
      "size": "420KB"
    }
  ],
  "material": {
    "category": "QUARTZ",
    "brand": "Silestone",
    "colour": "Calacatta Gold",
    "finish": "POLISHED",
    "thicknessMm": 20,
    "templatingIncluded": true,
    "removalOfOldSurfaceIncluded": false
  },
  "addons": {
    "splashbacks": {
      "enabled": true,
      "items": [
        {
          "lengthMm": 2400,
          "heightMm": 600,
          "notes": "Behind hob run"
        }
      ]
    },
    "upstands": {
      "enabled": true,
      "items": [
        {
          "lengthMm": 3200,
          "heightMm": 70,
          "notes": "Standard upstand"
        }
      ]
    },
    "downstands": {
      "enabled": false,
      "items": []
    },
    "windowCills": {
      "enabled": true,
      "items": [
        {
          "lengthMm": 1400,
          "widthMm": 250,
          "notes": ""
        }
      ]
    }
  },
  "processing": {
    "hobCutout": {
      "required": true,
      "quantity": 1,
      "modelText": "Neff T58TL6EN2",
      "notes": ""
    },
    "tapHoles": {
      "required": true,
      "count": 2,
      "notes": "Mixer + filtered"
    },
    "popupSocket": {
      "required": false,
      "modelText": "",
      "notes": ""
    },
    "drainer": {
      "option": "GROOVES",
      "notes": ""
    },
    "jointsNotes": "Minimise seams; confirm seam before templating.",
    "sealingNotes": ""
  },
  "notes": {
    "fabricationNotes": "Bookmatch island veining if possible.",
    "veinMatchingRequired": true,
    "otherSpecialRequirements": ""
  },
  "sections": [
    {
      "id": "1",
      "label": "Island",
      "type": "ISLAND",
      "notes": "Waterfall end on left",
      "dimensions": {
        "lengthMm": 2200,
        "depthMm": 1000,
        "notes": ""
      },
      "edge": {
        "profileType": "PENCIL"
      },
      "materialOverride": null,
      "sinks": [
        {
          "id": "sink-1",
          "sinkType": "UNDERMOUNT",
          "cutoutFinish": "POLISHED",
          "sinkModelText": "Blanco Subline 700-U",
          "tapHolesCount": 1,
          "drainerOption": "GROOVES",
          "notes": "Center on island"
        }
      ],
      "processing": {
        "sinks": 1,
        "hobs": 0,
        "tapHoles": 2
      },
      "splashback": false,
      "upstand": true
    },
    {
      "id": "2",
      "label": "Run 1",
      "type": "RUN",
      "notes": "",
      "dimensions": {
        "lengthMm": 3000,
        "depthMm": 650,
        "notes": ""
      },
      "edge": {
        "profileType": "CHAMFERED"
      },
      "materialOverride": {
        "category": "QUARTZ",
        "brand": "Caesarstone",
        "colour": "Concrete",
        "finish": "HONED",
        "thicknessMm": 20
      },
      "sinks": [],
      "processing": {
        "sinks": 0,
        "hobs": 1,
        "tapHoles": 1
      },
      "splashback": true,
      "upstand": true
    }
  ],
  "completeness": 62
}
Fabricator bid
{
  "auctionTitle": "Island + Run (SW11)",
  "status": "Leading",
  "currentPrice": 3350,
  "yourFloor": 3000,
  "end": "2026-01-21 11:00"
}