# ListInventoryLocations200Response


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**inventory_locations** | [**Array&lt;ListInventoryLocations200ResponseInventoryLocationsInner&gt;**](ListInventoryLocations200ResponseInventoryLocationsInner.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 { ListInventoryLocations200Response } from 'shipstation-client';

const instance: ListInventoryLocations200Response = {
    inventory_locations,
    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)
