UNPKG

shipstation-client

Version:
22 lines (14 loc) 634 B
# CreateManifestLabelIdsRequestBody A create manifest request body ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **label_ids** | **Array<string>** | 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)