vivid_order_artwork
Show a VERIFIED customer the PRINT-READY artwork files produced for one of their past orders (the actual files that went to print), so they can confirm them before reordering. Requires the order number and a valid identity token bound to the customer's email; only returns artwork for orders that belong to that customer. Returns view links to each print layout. Use when a customer asks 'what artwork did I print', 'show me my last print file', or before confirming a reorder.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | the customer's email (must match the identity token) | ||
| order | Yes | the order number to show artwork for, e.g. '117478' | |
| token | No | the identity token from vivid_identity_verify (required — proves the customer owns this email/order) |