shipstation-client
Version:
ShipStation V2 SDK
29 lines (21 loc) • 1.06 kB
Markdown
# GetInventoryWarehouses200Response
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**inventory_warehouses** | [**Array<GetInventoryWarehouses200ResponseInventoryWarehousesInner>**](GetInventoryWarehouses200ResponseInventoryWarehousesInner.md) | | [optional] [default to undefined]
**total** | **number** | | [optional] [default to undefined]
**page** | **number** | | [optional] [default to undefined]
**pages** | **number** | | [optional] [default to undefined]
**links** | [**GetInventoryLevels200ResponseLinks**](GetInventoryLevels200ResponseLinks.md) | | [optional] [default to undefined]
## Example
```typescript
import { GetInventoryWarehouses200Response } from 'shipstation-client';
const instance: GetInventoryWarehouses200Response = {
inventory_warehouses,
total,
page,
pages,
links,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)