Custom Packaging Quote
Quotes custom printed packaging boxes — shipping boxes, mailer boxes — with real, quantity-tiered pricing from live configurators.
Also known as: custom boxes, custom mailer boxes, printed boxes, mailer box pricing
Call it
bowmark.custom_packaging_quote.quoteCustomBox(args: { size: string; printArea: string; quantity: number }): Promise<custom_packaging_quoteResult>Functions
| Function | What it does |
|---|---|
quoteCustomBox | Gets a real, quantity-tiered price for a custom printed box from available suppliers. |
Types
interface CustomPackagingQuote {
price: { amount: number; currency: string };
unitPrice: { amount: number; currency: string };
}
interface custom_packaging_quoteResult {
quotes: CustomPackagingQuote[];
warnings: string[];
}
type CallOptions = {
timeoutMs?: number // per-provider budget in ms, default 30000, clamped to 1000-55000.
// A provider slower than this is DROPPED from the results and
// NAMED in warnings — never silently absent
}Examples
return await bowmark.custom_packaging_quote.quoteCustomBox({ size: "12x12x5.5", printArea: "inside-and-outside", quantity: 500 });Providers behind it
| Provider | |
|---|---|
vistaprint | Vistaprint |