# ImpiloCreateOrderRequest

Model ID: `ImpiloCreateOrderRequest`

No description.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `api_key` | `string` | No |  |  |  | No | Vendor credential. Sent with the request and never returned. |
| `current_status` | `string` | No |  |  |  | Yes |  |
| `email_label` | `boolean` | No |  |  |  | Yes |  |
| `external_order_ids` | [`connectors.JsonValue`](./connectors.JsonValue.md) | No |  |  |  | Yes |  |
| `mode` | `string` | No |  | sandbox, live | `"sandbox"` | No | Which vendor environment the call is routed to. Defaults to sandbox, so an omitted mode never reaches a production vendor account. |
| `order_items` | [`connectors.JsonValue`](./connectors.JsonValue.md) | No |  |  |  | Yes |  |
| `order_kits` | [`connectors.JsonValue`](./connectors.JsonValue.md) | No |  |  |  | Yes |  |
| `order_notes` | [`connectors.JsonValue`](./connectors.JsonValue.md) | No |  |  |  | Yes |  |
| `patient` | [`connectors.JsonValue`](./connectors.JsonValue.md) | No |  |  |  | Yes |  |
| `return_devices` | [`connectors.JsonValue`](./connectors.JsonValue.md) | No |  |  |  | Yes |  |
| `return_items` | [`connectors.JsonValue`](./connectors.JsonValue.md) | No |  |  |  | Yes |  |
| `return_packed_kits` | [`connectors.JsonValue`](./connectors.JsonValue.md) | No |  |  |  | Yes |  |
| `shipping_option` | `string` | No |  |  |  | Yes |  |
| `site` | [`connectors.JsonValue`](./connectors.JsonValue.md) | No |  |  |  | Yes |  |

## Example

None declared in canonical OpenAPI.
