Skip to main content

TrackAndTrace

Package tracking and shipment monitoring record.

Represents a tracking entry for shipments handled by carriers, providing linkage between tracking information and carrier services for comprehensive shipment visibility.

type TrackAndTrace {
carrierId: Int
carrier: Carrier
id: Int!
orderId: Int!
shipmentId: Int!
code: String!
}

Fields

TrackAndTrace.carrierId ● Int scalar

Carrier unique identifier

TrackAndTrace.carrier ● Carrier object

Retrieve the shipping carrier associated with this tracking record.

Returns the carrier information including service details, coverage areas, and integration settings used for this shipment. Used to display carrier-specific tracking information and branding.

TrackAndTrace.id ● Int! non-null scalar

Track and trace unique identifier

TrackAndTrace.orderId ● Int! non-null scalar

Order unique identifier

TrackAndTrace.shipmentId ● Int! non-null scalar

Shipment unique identifier

TrackAndTrace.code ● String! non-null scalar

Track and trace code

Member Of

Shipment object