Order buckslip inventory (BILLABLE)
lob_buckslip_orders_createCommit a buckslip inventory order using a confirmation token from the preview step. This prints and stocks the requested quantity.
Instructions
Commit a buckslip-inventory order. Billable in live mode — Lob prints and stocks the requested quantity. Requires a confirmation_token from lob_buckslip_orders_preview that matches the current payload (live mode only). If LOB_REQUIRE_ELICITATION_FOR_BULK_OVER_PIECES is set and quantity_ordered exceeds it, an elicitation form must be confirmed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| buckslip_id | Yes | Buckslip ID (`bck_…`). | |
| quantity_ordered | Yes | Number of buckslips to order. | |
| idempotency_key | No | Idempotency key (max 256 chars). If omitted, the server auto-generates a value derived from the confirmation_token when present, otherwise a fresh UUIDv4. Lob deduplicates identical keys for 24 hours. | |
| extra | No | Additional Lob API parameters not enumerated above. Merged into the request body verbatim. See https://docs.lob.com for the full parameter list per resource. | |
| confirmation_token | No | Token from lob_buckslip_orders_preview. Required in live mode (LOB_LIVE_MODE=true). |