Skip to content

Example payload

Example payload (schemaVersion v1)

{
  "meta": {
    "currency": "EUR",
    "printhouseUid": "DE_DEMO",
    "unit": "metric"
  },
  "jobId": "2e7a4b1c-49a3-47e5-bd3a-5a6e4c2f1a9b",
  "created": "2025-03-14T09:15:27.123456+01:00",
  "quoteId": "6c5a77c0-1f3d-4c1e-9c39-2af0ab9f9d11",
  "customer": {
    "id": "0c3b3f44-7f2a-4f78-8e16-2db7b7f2a9d9",
    "name": "Example Customer"
  },
  "estimate": [
    {
      "status": "won",
      "pricing": {
        "price": 799.99,
        "subTotal": 7200.00,
        "finalPrice": 7200.00
      },
      "quantity": 10,
      "product": [
        {
          "attributes": [
            { "key": "finishedSize", "value": "A4" },
            { "key": "fscClaim", "value": false },
            { "key": "finishedSizeOrientation", "value": "Portrait" },
            { "key": "bindingType", "value": "Perfect Binding" },
            { "key": "productName", "value": "Demo Softback Books" }
          ],
          "productSku": "demo-softback-books",
          "productionSteps": [
            {
              "machineName": "Example Press A",
              "machineType": "digital"
            }
          ],
          "parts": [
            {
              "attributes": [
                { "key": "pageCount", "value": "40" },
                { "key": "paperCoat", "value": "Matte" },
                { "key": "paperWeight", "value": "120" },
                { "key": "color", "value": "Full colour / both sides" },
                { "key": "bleed", "value": 3 },
                { "key": "sheetCount", "value": 1920 },
                { "key": "machineName", "value": "Example Press A" }
              ],
              "productSku": "inner",
              "productionSteps": [
                {
                  "tags": ["digital"],
                  "attributes": [
                    { "key": "substrateSKU", "value": "Matte-120-450x320" },
                    { "key": "substrateCoat", "value": "Matte" },
                    { "key": "substrateName", "value": "SRA3" },
                    { "key": "substrateWidth", "value": 450 },
                    { "key": "substrateHeight", "value": 320 }
                  ],
                  "machineName": "Example Press A",
                  "machineType": "digital"
                }
              ]
            },
            {
              "attributes": [
                { "key": "pageCount", "value": "4" },
                { "key": "paperCoat", "value": "Silk" },
                { "key": "paperWeight", "value": "90" },
                { "key": "lamination", "value": "Gloss" },
                { "key": "laminationCoverage", "value": "Both Sides" },
                { "key": "spotFinish", "value": "None" },
                { "key": "color", "value": "Full colour / both sides" },
                { "key": "bleed", "value": 3 },
                { "key": "sheetCount", "value": 240 },
                { "key": "machineName", "value": "Example Press A" }
              ],
              "productSku": "cover",
              "productionSteps": [
                {
                  "tags": ["digital"],
                  "attributes": [
                    { "key": "substrateSKU", "value": "Silk-90-450x320" },
                    { "key": "substrateCoat", "value": "Silk" },
                    { "key": "substrateName", "value": "SRA3" },
                    { "key": "substrateWidth", "value": 450 },
                    { "key": "substrateHeight", "value": 320 }
                  ],
                  "machineName": "Example Press A",
                  "machineType": "digital"
                }
              ]
            }
          ]
        }
      ],
      "estimateId": "e2c4bd1a-7a1f-4f4a-8d7f-6a3e2c1b0d9e",
      "priceModel": "va_per_press_hour",
      "currency": "USD"
    }
  ],
  "schemaVersion": "v1"
}