create_product
Add digital products to your store with USDT pricing that converts to crypto at checkout, and attach digital content for automatic delivery after payment.
Instructions
Add a digital product to your store. Products are priced in USDT and auto-converted to crypto at checkout. Attach digitalContent for automatic delivery after payment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Product name (1-200 characters) | |
| price | Yes | Price in USDT (0.01 - 1,000,000) | |
| stock | No | Available quantity. Omit for unlimited stock. | |
| images | No | Array of HTTPS image URLs (max 10) | |
| metadata | No | Custom key-value metadata | |
| variants | No | Variant options (e.g., size, tier) | |
| contentType | No | Product content type. GENERAL (default) for standard digital products, SKILL for AI agent skill files (.md with YAML frontmatter). When SKILL, provide skillContent. | |
| description | No | Product description (max 5000 characters) | |
| skillContent | No | Raw SKILL.md file content (markdown with YAML frontmatter). Only used when contentType is SKILL. Backend auto-parses frontmatter for storefront display. Max 100,000 chars. | |
| digitalContent | No | Digital delivery content — auto-delivered after payment |