CreateManifestInput

Input for the createManifest mutation.

Input Fields

ref (String!)

External reference for the Manifest. Must be unique.
Max character limit: 100.

name (String!)

The name of the Manifest

carrier (CarrierKey!)

Reference to the Carrier the Manifest is for
Max character limit: 100.

attributes ([AttributeInput])

A list of attributes associated with the Manifest. This can be used to extend the existing data structure with additional data for use in orchestration rules, etc.

type (String!)

The type of Manifest.
Max character limit: 50.

carrierConsignments ([CarrierConsignmentKey])

A list of references to the Consignment's the Manifest contains.

location (LocationKey!)

The Location the Manifest is associated with

carrierManifestLink (String)

The link where the carrier's manifest is stored. Not all the carriers generates one, so this field is optional.