RR Donnelley And Sons · Schema
RR Donnelley Print Order
Schema representing a print or marketing communications order for RR Donnelley & Sons services
CommunicationsMarketingPrint ServicesDirect MailLogisticsFortune 1000
Properties
| Name | Type | Description |
|---|---|---|
| orderId | string | Unique order identifier |
| orderType | string | Type of print or communications order |
| clientId | string | Client account identifier |
| productName | string | Name or description of the print product |
| quantity | integer | Number of pieces to produce |
| printMethod | string | Printing technology used |
| paperStock | string | Paper type and weight (e.g., '100# gloss coated text') |
| finishing | array | Post-print finishing options |
| variableData | boolean | Whether the order uses variable data printing |
| mailClass | string | USPS mail class for direct mail orders |
| targetRecipients | integer | Number of mail recipients for direct mail campaigns |
| orderStatus | string | Current order status |
| requestedDeliveryDate | string | Client-requested delivery date |
| estimatedDeliveryDate | string | RRD-estimated delivery date |
| fulfillmentLocation | string | RRD facility processing the order |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/rr-donnelley-and-sons/main/json-schema/rr-donnelley-and-sons-print-order-schema.json",
"title": "RR Donnelley Print Order",
"description": "Schema representing a print or marketing communications order for RR Donnelley & Sons services",
"type": "object",
"properties": {
"orderId": {
"type": "string",
"description": "Unique order identifier"
},
"orderType": {
"type": "string",
"description": "Type of print or communications order",
"enum": [
"commercial-print",
"direct-mail",
"web-to-print",
"labels",
"fulfillment",
"financial-communications",
"digital-communications"
]
},
"clientId": {
"type": "string",
"description": "Client account identifier"
},
"productName": {
"type": "string",
"description": "Name or description of the print product"
},
"quantity": {
"type": "integer",
"description": "Number of pieces to produce",
"minimum": 1
},
"printMethod": {
"type": "string",
"description": "Printing technology used",
"enum": ["digital", "offset", "inkjet", "flexographic", "gravure"]
},
"paperStock": {
"type": "string",
"description": "Paper type and weight (e.g., '100# gloss coated text')"
},
"finishing": {
"type": "array",
"description": "Post-print finishing options",
"items": {
"type": "string",
"enum": ["fold", "trim", "bind", "laminate", "die-cut", "saddle-stitch", "perfect-bind"]
}
},
"variableData": {
"type": "boolean",
"description": "Whether the order uses variable data printing"
},
"mailClass": {
"type": "string",
"description": "USPS mail class for direct mail orders",
"enum": ["first-class", "marketing-mail", "periodicals", "package-services", "every-door-direct-mail"]
},
"targetRecipients": {
"type": "integer",
"description": "Number of mail recipients for direct mail campaigns"
},
"orderStatus": {
"type": "string",
"description": "Current order status",
"enum": ["submitted", "in-prepress", "in-production", "in-finishing", "in-distribution", "delivered", "cancelled"]
},
"requestedDeliveryDate": {
"type": "string",
"format": "date",
"description": "Client-requested delivery date"
},
"estimatedDeliveryDate": {
"type": "string",
"format": "date",
"description": "RRD-estimated delivery date"
},
"fulfillmentLocation": {
"type": "string",
"description": "RRD facility processing the order"
}
},
"required": ["orderType", "clientId", "productName", "quantity", "orderStatus"]
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/rr-donnelley-and-sons-print-order"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.