Request Body
| Field | Type | Required | Description |
|---|---|---|---|
| company_id | integer | Yes | The rootfi_company_id to associate this product with |
| data | array | Yes | Array of product objects to create |
| data[].name | string | Yes | Product name |
| data[].description | string | No | Product description |
| data[].sku | string | No | Stock keeping unit (SKU) |
| data[].status | string | No | Product status (active, inactive, archived). Defaults to active |