shipstation-client
Version:
ShipStation V2 SDK
29 lines (21 loc) • 1 kB
Markdown
# GetInventoryLevels200Response
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**inventory** | [**Array<GetInventoryLevels200ResponseInventoryInner>**](GetInventoryLevels200ResponseInventoryInner.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 { GetInventoryLevels200Response } from 'shipstation-client';
const instance: GetInventoryLevels200Response = {
inventory,
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)