# ImpiloItem

Model ID: `ImpiloItem`

No description.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `id` | `integer|null` | No |  |  | `null` | Yes |  |
| `manufacturer` | [`ImpiloManufacturer`](./ImpiloManufacturer.md) | No |  |  | `null` | Yes |  |
| `model` | `string|null` | No |  |  | `null` | Yes |  |
| `name` | `string|null` | No |  |  | `null` | Yes |  |
| `orderable` | `boolean|null` | No |  |  | `null` | Yes |  |
| `sku` | `string|null` | No |  |  | `null` | Yes |  |

## Example

None declared in canonical OpenAPI.
