shipstation-client
Version:
ShipStation V2 SDK
24 lines (16 loc) • 591 B
Markdown
# Weight
The weight of a package
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**value** | **number** | The weight, in the specified unit | [default to undefined]
**unit** | [**WeightUnit**](WeightUnit.md) | | [default to undefined]
## Example
```typescript
import { Weight } from 'shipstation-client';
const instance: Weight = {
value,
unit,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)