ecommerce_createDigitalProductV1
Create a published digital product with a single variant and an optional external download link for customer delivery.
Instructions
Create a published digital product with a single variant and an optional external download link.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| store_id | Yes | The ID of the store to create the product in. | |
| name | Yes | The product name. | |
| price | Yes | Price in the smallest currency unit (e.g. cents). Must be positive. | |
| description | No | The product description. | |
| currency | No | ISO 4217 currency code. Defaults to the store's default currency when omitted. | |
| download_url | No | Optional external download link delivered to the customer after purchase. |