DEV

Type.

Manifest

No description

Fields

amount

Decimal!

Required

Total monetary amount for the Manifest

arrivalDate

DateTime

Arrival date for the Manifest

awbNumber

String!

Required

8-digit AWB number for the Manifest

awbPrefix

String!

Required

3-digit airline prefix for the Manifest AWB

carrierCode

String!

Required

IATA carrier code for the Manifest (ex: AA, UA, DL, etc.)

createdAt

DateTime!

Required

Timestamp when the Manifest was created

createdBy

ID!

Required

User or system that created the Manifest

destinationCode

String!

Required

Code for where the Manifest arrives at the destination. Could be an IATA airport code (ex: SLC), port code (ex: USLAX), etc.

id

ID!

Required

Unique identifier for the manifest

Required

Lines of the Manifest

operatorDestination

String!

Required

Destination operator information

operatorOrigin

String!

Required

Origin operator information

originCode

String!

Required

Code for where the Manifest left the country at origin. Could be an IATA airport code (ex: NRT), port code (ex: CNSHA), etc.

postalOperatorCode

PostalOperatorCode!

Required

Postal operator code for the Manifest

serviceNumber

String!

Required

Service number for the Manifest (e.g. flight number, train number, etc.)

statusTransitions

[ManifestStatusUpdate!]!

Required

Status updates for the Manifest

transportationMode

TransportationMode!

Required

Transportation mode for the Manifest. Defaults to AIR

updatedAt

DateTime!

Required

Timestamp when the Manifest was last updated

updatedBy

ID!

Required

User or system that last updated the Manifest

weight

Decimal!

Required

Total weight of the Manifest

weightUnit

WeightUnitCode!

Required

Unit of weight measurement for the Manifest.

Was this page helpful?