Carrier

The carrier information

Implements

Connections

carrierConsignments (CarrierConsignmentConnection)

A connection to associated Consignments

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)

Time of creation

updatedOn (DateTime)

Time of last update

ref (String!)

The reference identifier used to identify an entity

type (String!)

Type of the Carrier, typically used by the Orchestration Engine to determine the workflow that should be applied. Unless stated otherwise, no values are enforced by the platform.
The type field can be used to differentiate between Inventory Position workflows

status (String)

The current status of the Carrier.
By default, the initial value will be CREATED, however no other status values are enforced by the platform.
The status field is also used within ruleset selection during orchestration. For more info, see Orchestration

workflowRef (String!)

The reference used for workflow identification. This is defined by a combination of the entity name and the type, in the format [EntityName]::[Type]. For example, an Order of type CC will have the workflowRef "ORDER::CC".
The reference used for workflow identification

workflowVersion (Int!)

The version of the workflow assigned to the entity and used for workflow identification. It comprises a major version and minor version number.
The version of the workflow

attributes ([Attribute])

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

name (String!)

The carrier name

retailer (Retailer)

The retailer

manifests ([Manifest])

A list of manifests associated with this Carrier.