gumroad_create_product
Create a Gumroad product as a draft, with payments disabled until you publish it separately via the enable product action.
Instructions
Create a product. It is created as a DRAFT with purchases disabled — Gumroad's own controller sets draft=true — so this cannot put anything on sale. Publishing is a separate call (enableProduct). Operation id: createProduct.
⚠️ price_cents is in CENTS here, while Gumroad's UPDATE endpoint takes dollars. That asymmetry is upstream's, not this server's, and it is stated rather than silently normalised because a silent conversion is worse than a documented trap.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Product name. | |
| tags | No | ||
| description | No | ||
| native_type | No | e.g. digital, course, ebook, membership, physical. | |
| price_cents | Yes | Price in CENTS. 999 is $9.99. Zero means pay-what-you-want. | |
| taxonomy_id | No | From listCategories. |