ecommerce_createPhysicalProductV1
Add a physical product with a single variant to a store, setting its name, price, and description, and automatically publish it.
Instructions
Create a published physical product with a single variant priced in the store currency.
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. |