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