Response
Response – EstimateExportResponse
| Parameter |
Type |
Description |
| meta (required) |
object Meta |
Context such as currency and printhouse UID. |
| jobId (required) |
string (UUID) |
Unique export job identifier. |
| created (required) |
string (RFC 3339) |
Creation timestamp, e.g. 2025-03-14T09:15:27.123456+01:00. |
| quoteId (required) |
string (UUID) |
Source quote identifier. |
| customer |
object Customer |
Customer info related to the estimate. |
| estimate (required) |
array[EstimateItem] |
One or more estimate results for the same quote. |
| schemaVersion (required) |
string |
Payload schema version. Current: v1. |
EstimateItem (summary)
| Parameter |
Type |
Description |
| status (required) |
string |
Estimate status, e.g. won. |
| pricing (required) |
object Pricing |
Price breakdown. |
| product (required) |
array[ProductItem] |
Product entries with attributes and production steps. |
| quantity (required) |
int |
Quantity of items in this estimate. |
| estimateId (required) |
string (UUID) |
Identifier for this estimate item. |
| priceModel |
string |
Pricing model used, e.g. va_per_press_hour. |
See the full component definitions here: Components.