shipstation-client
Version:
ShipStation V2 SDK
21 lines (13 loc) • 537 B
Markdown
# UpdateInventoryWarehouseRequest
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **string** | | [optional] [default to undefined]
## Example
```typescript
import { UpdateInventoryWarehouseRequest } from 'shipstation-client';
const instance: UpdateInventoryWarehouseRequest = {
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)