shipstation-client
Version:
ShipStation V2 SDK
24 lines (16 loc) • 708 B
Markdown
# UpdateSKUStockLevelsRequestNewCost
Used with the modify transaction type to update the cost of existing inventory
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**amount** | **number** | | [optional] [default to undefined]
**currency** | **string** | | [optional] [default to undefined]
## Example
```typescript
import { UpdateSKUStockLevelsRequestNewCost } from 'shipstation-client';
const instance: UpdateSKUStockLevelsRequestNewCost = {
amount,
currency,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)