Skip to main content

trackAndTraces

Search and retrieve tracking information with comprehensive filtering and pagination capabilities.

Provides flexible search across tracking data including shipment references, carrier information, tracking codes, status updates, and delivery confirmations. Results are paginated and can be filtered based on various logistics and customer service criteria.

Possible errors:

  • TRACK_AND_TRACE_LIST_ERROR: Failed to retrieve tracking information due to system error
  • FORBIDDEN: Insufficient permissions to access tracking information
  • VALIDATION_ERROR: Invalid search parameters provided

AUTH: Role=[order.OWNER,order.EDITOR,order.VIEWER] OR ('user is authenticated')

trackAndTraces(
input: TrackAndTraceSearchInput
): TrackAndTraceResponse!

Arguments

trackAndTraces.input ● TrackAndTraceSearchInput input

Search criteria and pagination parameters for filtering tracking information.

All fields are optional - if no criteria provided, returns all accessible tracking records with default pagination settings.

Type

TrackAndTraceResponse object

Paginated response containing tracking and trace search results with metadata for efficient data retrieval and navigation