UNPKG

shipstation-client

Version:
22 lines (14 loc) 634 B
# 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)