# Inputs / Host

# Host

**Object**
## ApplyHostChangeInput

| Fields | Type | Description |
| --- | --- | --- |
| id | [ID!](/documentation/Types/UUID#UUID) | The ID of the host change to apply |
| applyTo | [ID](/documentation/Types/UUID#UUID) | The item to apply the change to, if not specified it will be automatically matched |



**Object**
## SeparateHostInventory

| Fields | Type | Description | Validation |
| --- | --- | --- | --- |
| outlet | [ID!](/documentation/Types/UUID#UUID) | The outlet this inventory is for |  |
| quantity | *Float!* | The inventory to assign to this outlet | Minimum: -100,000,000Maximum: 100,000,000 |



**Object**
## SeparateHostItem

| Fields | Type | Description |
| --- | --- | --- |
| id | *String!* | The host identifier for the mapped host item |
| inventory | [[SeparateHostInventory!]!](/documentation/Inputs/Host#SeparateHostInventory) | The list of inventories for each outlet |