V
vivid-ads-commerce
/vivid_reorder
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 pa
liveverifiedunknown~5s typical
mcpprobedvivid-ads-commerce
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-au-com-vividads-vivid-ads-commerce /vivid_reorder for me.
Input
| Field | Type | Description |
|---|---|---|
| email* | string | the email the customer ordered under (required to find past orders) |
| action | string | 'list' (show past orders) or 'reorder' (repeat one) |
| order | string | order name to reorder from, e.g. '#D12345' (optional) |
| product | string | which product to reorder, e.g. 'corflute' (optional; default = most recent eligible) |
| quantity | number | override quantity (optional; default = same as last time) |
| artwork | string | new print-ready artwork file URL (optional; default = reuse previous) |
| name | string | |
| token | string | the identity token from vivid_identity_verify (required — proves the customer owns this em |
| confirm | boolean | set true to place the reorder (draft, proof-gated, never charges) |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-au-com-vividads-vivid-ads-commerce","endpoint":"/vivid_reorder","input":{"email":"..."}}'cli
npx cracked-ai run -p mcp-au-com-vividads-vivid-ads-commerce -e /vivid_reorder -i '{"email":"..."}'mcp
run_tool({ provider: "mcp-au-com-vividads-vivid-ads-commerce", endpoint: "/vivid_reorder", input: {"email":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.