Request Body
| Field | Type | Required | Description |
|---|---|---|---|
| name | string | Yes | Display name of the item |
| description | string | No | Detailed description |
| sku | string | No | Stock Keeping Unit code |
| price | number | Yes | Base price for this item |
| currency_id | string | Yes | ISO 4217 currency code |
| status | string | No | Item status (default: active) |
| variants | array | No | Product variants |
Variant Fields
| Field | Type | Required | Description |
|---|---|---|---|
| name | string | Yes | Variant name (e.g., “Monthly”, “Annual”) |
| sku | string | No | Variant-specific SKU |
| price | number | No | Variant price (if different from base) |
| attributes | object | No | Key-value attributes |