Record customer proof approval
approve_design_proofOnly call after showing both front/back previews, warnings and exact print options and receiving explicit customer artwork approval in the AI conversation. Report frontReviewed, backReviewed and artworkApproved as true only when that happened. Records agent-reported approval for immutable artwork and configuration, not independent human-click evidence or payment consent. Returns approvalId, evidence and expiry. Repeated approval of identical terms is idempotent. Changed artwork or print options requires fresh review and approval. A new quote with unchanged print configuration can reuse the artwork approval; the buyer separately confirms commercial terms.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| guestToken | No | Private guestToken from start_guest_session, required only for anonymous guest design and checkout. Omit when connected through InkFE customer sign-in (OAuth) or a provisioned integration key; those connections must not start a guest session. Keep guest tokens in this conversation; never put them in a URL or share them. | |
| quoteToken | Yes | ||
| designToken | Yes | ||
| backReviewed | Yes | ||
| frontReviewed | Yes | ||
| artworkApproved | Yes |