shipstation-client
Version:
ShipStation V2 SDK
29 lines (21 loc) • 1.06 kB
Markdown
# ListInventoryLocations200Response
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**inventory_locations** | [**Array<ListInventoryLocations200ResponseInventoryLocationsInner>**](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)