# ListWarehousesResponseBody

A warehouse list response body

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**warehouses** | [**Array&lt;Warehouse&gt;**](Warehouse.md) | The array of warehouses returned by the API call | [default to undefined]

## Example

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

const instance: ListWarehousesResponseBody = {
    warehouses,
};
```

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