Price a certified letter
quote_certified_letterSays what a USPS Certified Mail letter costs, before anything is prepared. Give the number of printed pages and the service, and it returns the exact all-in total the person would pay: printing, the envelope and the postage are included, and nothing is added at checkout. A one-page letter with the Electronic Return Receipt is $16.17, or $13.18 without it. There is no account to create, no subscription and no minimum. This tool is READ ONLY: it prepares nothing, stores nothing, mails nothing and charges nothing, so it is safe to call just to answer "what would that cost". Use prepare_certified_letter once the person wants the letter sent. U.S. destinations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| service | No | CERTIFIED is Certified Mail with USPS tracking. CERTIFIED_ERR adds the Electronic Return Receipt (proof of who signed). Defaults to CERTIFIED_ERR, the same default prepare_certified_letter uses. | |
| page_count | No | Number of printed pages in the letter, 1 to 60. Defaults to 1. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| total | Yes | The same total, formatted for a person, e.g. "$16.17". | |
| mailed | Yes | Always false: this tool never mails. | |
| charged | Yes | Always false: this tool never charges. | |
| service | Yes | ||
| currency | Yes | ||
| page_count | Yes | ||
| total_cents | Yes | The whole price in cents. Nothing else is added at checkout. | |
| minimum_order | No | ||
| account_required | No | ||
| service_fee_cents | No | The rest of the total: the Piloxa service fee, including the card cost. | |
| subscription_required | No | ||
| postage_and_print_cents | No | The part that goes to printing and USPS. | |
| includes_printing_envelope_and_postage | No |