Request Body
| Field | Type | Required | Description |
|---|---|---|---|
| company_id | integer | Yes | The rootfi_company_id to associate this item with |
| data | array | Yes | Array of item objects to create |
| data[].name | string | Yes | Product name |
| data[].description | string | No | Product description |
| data[].sku | string | No | Stock keeping unit (SKU) |
| data[].price | number | Yes | Base price of the item |
| data[].currency_id | string | Yes | ISO 4217 currency code (e.g., USD, EUR) |
| data[].status | string | No | Item status (active, inactive, archived). Defaults to active |
| data[].variants | array | No | Array of variant objects (size, color, etc.) |