shipstation-client
Version:
ShipStation V2 SDK
22 lines (14 loc) • 561 B
Markdown
# Manifests
An array of manifest resources
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**manifests** | [**Array<Manifest>**](Manifest.md) | Resulting Manifests | [optional] [default to undefined]
## Example
```typescript
import { Manifests } from 'shipstation-client';
const instance: Manifests = {
manifests,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)