DEV

Type.

Manifest

No description

Fields

amount

Decimal!

Required

Total monetary amount

arrivalDate

DateTime

Projected arrival date for the items at the destination

awbNumber

String!

Required

8-digit AWB number

awbPrefix

String!

Required

3-digit airline prefix for AWB

carrierCode

String!

Required

IATA carrier code

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 goods enter the country at the destination. Could be an IATA airport code (ex: SLC), port code (ex: USLAX), etc.

entryTypeDateOfArrival

DateTime!

Required

Date of arrival for entry type

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 goods 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. (e.g. flight number, train number, etc.)

transportationMode

TransportationMode!

Required

Transportation mode

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

Was this page helpful?