Create product
create_productCreate an Upmind product with sensible defaults, hidden from clients unless ordering is enabled. Use extra fields for additional product settings.
Instructions
Create a new product in a category. Sensible defaults: single product, single-option order type, monthly billing. Use "extra" for any additional Upmind product fields (see docs endpoint PostAdminProducts). PRODUCTION: creates a live product (hidden from clients unless clients_can_order is true).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Product name | |
| extra | No | Additional raw fields passed through to the API | |
| brand_id | Yes | Brand UUID | |
| category_id | Yes | Category UUID | |
| description | No | ||
| hide_catalog | No | ||
| clients_can_order | No | Default false | |
| short_description | No | ||
| available_for_sales | No | Default false | |
| billing_cycle_months | No | Default billing cycle in months (default 1) | |
| provision_blueprint_id | No | Provision blueprint UUID | |
| max_order_billing_cycle | No | Max billing cycle in months (default 12) |