create_listing
Create a draft listing on Etsy. Specify title, description, price, quantity, and taxonomy. Support for digital downloads by setting type to 'download'. Returns the new listing ID.
Instructions
Create a new draft listing. For digital products (PDF, etc.) set type='download'. Returns the new listing_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Up to 13 SEO tags | |
| type | No | 'download' for PDFs/digital files | |
| price | Yes | Price in the shop's currency (e.g. 4.99) | |
| title | Yes | Listing title (max 140 chars) | |
| quantity | Yes | Stock quantity (use 999 for unlimited digital) | |
| who_made | No | ||
| is_supply | No | ||
| materials | No | ||
| when_made | No | e.g. '2020_2024', 'made_to_order' | |
| description | Yes | Full listing description | |
| taxonomy_id | Yes | Etsy taxonomy node ID (use get_taxonomy_nodes to find the right one) | |
| shop_section_id | No | Assign to a shop section | |
| is_personalizable | No | ||
| shipping_profile_id | No | Required for physical listings |