Direct Mail Postcard Quotes
Get postcard printing quotes with pricing by quantity, size, and stock.
Domain: postcard-quote-engine
Also known as: Direct Mail Postcard, postcard quote, postcard pricing
Prefer the capability
bowmark.postcard_direct_mail_quote covers this provider and routes around it when it is having a bad day. Reach for this page when you need postcard-quote-engine specifically.
Call it directly
bowmark.providers.postcard_direct_mail.getQuote(args: GetQuoteArgs): Promise<PostcardDirectMailQuoteResponse>Functions
| Function | What it does |
|---|---|
getQuote | Returns pricing for direct mail postcards at the requested quantity with optional size and stock. |
Types
interface GetQuoteArgs {
quantity: number
size?: string
stock?: string
}
interface PostcardQuoteLineItem {
size: string
stock: string
totalPrice: number
unitPrice: number
currency: string
}
interface PostcardDirectMailQuoteResponse {
quantity: number
lineItems: PostcardQuoteLineItem[]
estimatedDeliveryDays?: number
warnings: string[]
}Related
postcard_direct_mail_quote | Direct mail postcard printing quote — the capability this provider backs. |