shipstation-client
Version:
ShipStation V2 SDK
29 lines (21 loc) • 1.1 kB
Markdown
# CreateManifestRequestBody
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**carrier_id** | **string** | A string that uniquely identifies the carrier | [default to undefined]
**excluded_label_ids** | **Array<string>** | The list of label ids to exclude from the manifest | [optional] [default to undefined]
**label_ids** | **Array<string>** | The list of label ids to include in the manifest | [default to undefined]
**warehouse_id** | **string** | A string that uniquely identifies the warehouse | [default to undefined]
**ship_date** | **string** | The ship date that the shipment will be sent out on | [default to undefined]
## Example
```typescript
import { CreateManifestRequestBody } from 'shipstation-client';
const instance: CreateManifestRequestBody = {
carrier_id,
excluded_label_ids,
label_ids,
warehouse_id,
ship_date,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)