UNPKG

shipstation-client

Version:
29 lines (21 loc) 1.06 kB
# 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)