Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| id | string | Yes | The rootfi_id or platform_id of the item to update |
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
| name | string | No | Product name |
| description | string | No | Product description |
| sku | string | No | Stock keeping unit (SKU) |
| price | number | No | Base price of the item |
| currency_id | string | No | ISO 4217 currency code |
| status | string | No | Item status (active, inactive, archived) |
| variants | array | No | Array of variant objects |