# CreateInventoryLocationRequest


## Properties

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

## Example

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

const instance: CreateInventoryLocationRequest = {
    name,
    inventory_warehouse_id,
};
```

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