# GetInventoryWarehouses200ResponseInventoryWarehousesInner


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**inventory_warehouse_id** | **string** |  | [optional] [default to undefined]
**name** | **string** |  | [optional] [default to undefined]
**created_at** | **string** |  | [optional] [default to undefined]
**updated_at** | **string** |  | [optional] [default to undefined]

## Example

```typescript
import { GetInventoryWarehouses200ResponseInventoryWarehousesInner } from 'shipstation-client';

const instance: GetInventoryWarehouses200ResponseInventoryWarehousesInner = {
    inventory_warehouse_id,
    name,
    created_at,
    updated_at,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
