vivid_reorder
Reorder a customer's previous signage job — fast. Requires identity verification (emailed one-time code), not just an order number. action:'list' shows their past orders; action:'reorder' repeats one. ARTWORK: it reuses only the customer's previously APPROVED artwork (the print file), never a pre-approval upload; if it can't be confirmed automatically the team confirms it. A fresh proof is ALWAYS re-issued to confirm the artwork before printing. The customer may also supply new artwork or change the quantity. Re-prices with CURRENT pricing (never the old price). Creates a proof-gated draft order; never charges a card.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| Yes | the email the customer ordered under (required to find past orders) | ||
| order | No | order name to reorder from, e.g. '#D12345' (optional) | |
| token | No | the identity token from vivid_identity_verify (required — proves the customer owns this email) | |
| action | No | 'list' (show past orders) or 'reorder' (repeat one) | |
| artwork | No | new print-ready artwork file URL (optional; default = reuse previous) | |
| confirm | No | set true to place the reorder (draft, proof-gated, never charges) | |
| product | No | which product to reorder, e.g. 'corflute' (optional; default = most recent eligible) | |
| quantity | No | override quantity (optional; default = same as last time) |