# CreateManifestLabelIdsRequestBody

A create manifest request body

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**label_ids** | **Array&lt;string&gt;** | The list of label ids to include in the manifest | [default to undefined]

## Example

```typescript
import { CreateManifestLabelIdsRequestBody } from 'shipstation-client';

const instance: CreateManifestLabelIdsRequestBody = {
    label_ids,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
