A get manifest by id response body
| Name | Type | Description | Notes |
|---|---|---|---|
| CarrierId | string | A string that uniquely identifies the carrier | [readonly] |
| CreatedAt | DateTimeOffset | The date-time that the manifest was created | [readonly] |
| FormId | string | A string that uniquely identifies the form | [readonly] |
| LabelIds | List<string> | An array of the label ids used in this manifest. | [readonly] |
| ManifestDownload | ManifestDownload | [readonly] | |
| ManifestId | string | A string that uniquely identifies the manifest | [readonly] |
| ShipDate | DateTimeOffset | The date-time that the manifests shipments will be picked up | [readonly] |
| Shipments | int | The number of shipments that are included in this manifest | [readonly] |
| SubmissionId | string | A string that uniquely identifies the submission | [readonly] |
| WarehouseId | string | A string that uniquely identifies the warehouse | [readonly] |