Download Purchased Product
download_productRetrieve / download / get the file for a digital product after the user paid for it. Use after pay_merchant succeeds for digital goods (PDFs, ebooks, cheatsheets, datasets). Pass the on-chain txHash from pay_merchant OR a Coal checkout sessionId. Returns a verified download URL the user can click. Supported product slugs: 0g-cheatsheet (The 0G Builder's Cheatsheet, $0.10).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| txHash | No | On-chain tx hash from pay_merchant (preferred for agent flows) | |
| product | Yes | Product slug (e.g. `0g-cheatsheet`) | |
| sessionId | No | Coal checkout session id (preferred for human-checkout flows) |