Przejdź do głównej zawartości

ShipmentEvent

Shipment tracking event

type ShipmentEvent {
description: String
id: ID!
location: String
occurredAt: DateTime!
providerEventCode: String
status: ShipmentStatus!
}

Fields

ShipmentEvent.description ● String scalar

Human-readable description

ShipmentEvent.id ● ID! non-null scalar

Event ID

ShipmentEvent.location ● String scalar

Location where event occurred

ShipmentEvent.occurredAt ● DateTime! non-null scalar

When the event occurred

ShipmentEvent.providerEventCode ● String scalar

Provider-specific event code

ShipmentEvent.status ● ShipmentStatus! non-null enum

Status at this event

Member Of

Shipment object