Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 1.52 KB

File metadata and controls

22 lines (19 loc) · 1.52 KB

ShipEngineSDK.Model.CreateManifestResponseBody

A create manifest response body

Properties

Name Type Description Notes
CarrierId string A string that uniquely identifies the carrier
CreatedAt DateTimeOffset The date-time that the manifest was created
Errors List<Error> The errors associated with the failed API call [readonly]
FormId string A string that uniquely identifies the form
ManifestDownload ManifestDownload
ManifestId string A string that uniquely identifies the manifest
RequestId Guid A UUID that uniquely identifies the request id. This can be given to the support team to help debug non-trivial issues that may occur
ShipDate DateTimeOffset The date-time that the manifests shipments will be picked up
Shipments int The number of shipments that are included in this manifest [readonly]
SubmissionId string A string that uniquely identifies the submission
WarehouseId string A string that uniquely identifies the warehouse
LabelIds List<string> An array of the label ids used in this manifest. [optional] [readonly]
ManifestRequests List<ManifestRequest> Resulting manifest requests with statuses [optional]
Manifests List<Manifest> Resulting Manifests [optional]