shipstation-client
Version:
ShipStation V2 SDK
29 lines (21 loc) • 990 B
Markdown
# ListInventoryLocations200ResponseInventoryLocationsInner
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**inventory_location_id** | **string** | | [optional] [default to undefined]
**name** | **string** | | [optional] [default to undefined]
**inventory_warehouse_id** | **string** | | [optional] [default to undefined]
**created_at** | **string** | | [optional] [default to undefined]
**updated_at** | **string** | | [optional] [default to undefined]
## Example
```typescript
import { ListInventoryLocations200ResponseInventoryLocationsInner } from 'shipstation-client';
const instance: ListInventoryLocations200ResponseInventoryLocationsInner = {
inventory_location_id,
name,
inventory_warehouse_id,
created_at,
updated_at,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)