Manifest

Implements

Connections

carrierConsignments (CarrierConsignmentConnection)

A list of the CarrierConsignments contained by the manifest

Argument Type Description
ref [String!]

External reference of the Consignment. Must be unique.

status [String]

The status of the consignment

consignmentReference [String]

The external consignment reference assigned by the carrier

trackingLabel [String]

Tracking label of the consignment

labelUrl [String]

The URL used to retrieve the shipping label

orderSummaryUrl [String]

A url to represent the order summary. Usually the manifest url from the service provider.

workflowRef [String!]

The reference used for workflow identification

workflowVersion [Int!]

The version of the workflow

createdOn DateRange
updatedOn DateRange
first Int

Returns the first n elements from the list

last Int

Returns the last n elements from the list

before String

Returns the elements in the list that come before the specified global ID

after String

Returns the elements in the list that come after the specified global ID

Fields

id (ID!)

ID of the object

createdOn (DateTime)

The time of creation

updatedOn (DateTime)

The time of last update

ref (String!)

External reference for the Manifest. Must be unique.

attributes ([Attribute])

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.

name (String)

The name of the Manifest

carrier (Carrier!)

The Carrier the Manifest is for

type (String!)

The type of Manifest

status (String)

The status of the Manifest

location (Location)

The Location the Manifest is associated with

workflowRef (String!)

The reference used for workflow identification

workflowVersion (Int!)

The version of the workflow

carrierManifestLink (String)

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