Types > FulfillmentTrackingEvent
Commerce APITypesFulfillmentTrackingEvent
FulfillmentTrackingEvent

Description

Fields

city: String!

City of the event (comes from shipping provider)


code: String!

Shipping provider-specific code of the event

Example: "AFP-ER13"


country: String!

Country code of the event (comes from shipping provider)


country_info: InfoCountry

Country info if available

Expandable


created_at: String!

The date and time when the event was created (possibly inaccurate)

Example: "2014-09-04T12:23:34Z"

Timestamp (RFC 3339)


description: String!

Free form description of the event

Example: "Arrived at facility"


is_new: Boolean!

Whether this event was added during last update or not

Example: false


province: String!

Province code of the event (comes from shipping provider)


province_info: InfoProvince

Province info if available

Expandable


received_at: String!

The date and time when the event was received

Example: "2014-09-04T12:23:34Z"

Timestamp (RFC 3339)


status: TrackingEventStatus!

Event status

Example: "delivered"


zip: String!

Zip or postal code of the event (comes from shipping provider)


Used By

Types

OrderFulfillment

Preview (typescript)

Loading module