shipstation-client
Version:
ShipStation V2 SDK
22 lines (14 loc) • 634 B
Markdown
# ListWarehousesResponseBody
A warehouse list response body
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**warehouses** | [**Array<Warehouse>**](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)