vivid-ads-commerce
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

FieldTypeDescription
email*stringthe email the customer ordered under (required to find past orders)
actionstring'list' (show past orders) or 'reorder' (repeat one)
orderstringorder name to reorder from, e.g. '#D12345' (optional)
productstringwhich product to reorder, e.g. 'corflute' (optional; default = most recent eligible)
quantitynumberoverride quantity (optional; default = same as last time)
artworkstringnew print-ready artwork file URL (optional; default = reuse previous)
namestring
tokenstringthe identity token from vivid_identity_verify (required — proves the customer owns this em
confirmbooleanset 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.