Skip to content

Document template · generic.business.pricing_sheet

Pricing Sheet

  • Render-verified
  • Commercial
  • Version 1.0.0

Country-agnostic pricing sheet: categorised product price list (standard or customer-specific), optionally with volume-discount tiers.

JSON Schema

Fields in this template

Data sent to the API is validated against the template’s JSON Schema before anything is rendered. This template defines 25 fields:

Field Required Type Description
issuer Required object
issuer.name Required string
issuer.address Required string
issuer.vat_id Optional string
issuer.contact_email Required string
customer Optional object Optional — include when the sheet is customer-specific.
customer.name Required string
customer.address Optional string
customer.account_number Optional string
reference Optional string Optional internal reference for the sheet.
effective_from Required date
effective_to Optional date Optional. If absent, the sheet supersedes prior sheets until a newer one is issued.
currency Required string
categories Required array of object
categories[].name Required string
categories[].products Required array of object
volume_discount_tiers Optional array of object Optional. Additional volume-based discount applied on top of per-line pricing for orders meeting the min_qty threshold.
volume_discount_tiers[].min_qty Required number
volume_discount_tiers[].discount_pct Required number
payment_terms Required string
notes Optional string
signatory Optional object
signatory.name Required string
signatory.role Required string
signatory.date Optional date

POST /render

Generate it

One POST /render call: send your JSON, get the finished PDF back. Or skip the JSON entirely and describe the document in plain language on chut.app.

curl
curl -X POST https://api.papii.eu/render \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "template": "generic.business.pricing_sheet",
    "data": { ... },
    "options": {"language": "en"}
  }' -o pricing-sheet.pdf

Frequently asked questions

What is “Pricing Sheet”?

Country-agnostic pricing sheet: categorised product price list (standard or customer-specific), optionally with volume-discount tiers. On papii this document is available as template generic.business.pricing_sheet: a JSON Schema plus a deterministic PDF renderer, so the same data always produces the same document.

Can I generate a Pricing Sheet with AI?

Yes. chut.app — the AI back office papii powers — fills this template from a plain-language description: you describe the document in one sentence, the AI structures the data, papii validates it against the schema and renders the PDF. Developers can also call the papii API directly with structured JSON.

Is the Pricing Sheet template legally compliant?

This template is render-verified: its schema, sample data and PDF output are automatically tested on every release. It is published with status “ready”, meaning it has not yet been through papii’s final legal review. Where it references specific legislation, that is stated in the template description — always have a professional check documents with legal effect before relying on them.