trackAndTrace
Retrieve detailed tracking information for a specific shipment by its tracking identifier.
Retrieved data includes:
- Tracking record identification and timestamps
- Carrier-provided tracking codes and references
- Shipment association for order context
Possible errors:
- TRACK_AND_TRACE_NOT_FOUND_ERROR: Tracking record with specified ID does not exist
- TRACK_AND_TRACE_GET_ERROR: Failed to retrieve tracking information due to system error
- FORBIDDEN: Insufficient permissions to access tracking information
AUTH: Role=[order.OWNER,order.EDITOR,order.VIEWER] OR ('user is authenticated')
trackAndTrace(
id: String!
): TrackAndTrace!
Arguments
trackAndTrace.id
● String!
non-null scalar
Unique UUID identifier of the tracking record to retrieve.
Must reference an existing tracking record that is accessible to the current user.
Type
TrackAndTrace
object
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.