Create Physical Product
ecommerce_products_create_physicalCreate a physical product in a store by specifying the store ID, product name, and price. Optionally, add a product description.
Instructions
Create a physical product in a store.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Product name | |
| price | Yes | Price | |
| store_id | Yes | Store ID | |
| description | No | Product description |