Types > FulfillmentTrackingEventCreate
Commerce APITypesFulfillmentTrackingEventCreate
FulfillmentTrackingEventCreate

Description

Topic: Order Fulfillments

Fields

city: String

City of the event (comes from shipping provider)

Valid when: city's length doesn't exceed 250 characters


code: String

Shipping provider-specific code of the event

Example: "AFP-ER13"

Valid when: code's length doesn't exceed 250 characters


country: String

Country code of the event (comes from shipping provider)

Valid when: country's length doesn't exceed 250 characters


description: String

Free form description of the event

Example: "Arrived at facility"

Valid when: description's length doesn't exceed 250 characters


province: String

Province code of the event (comes from shipping provider)

Valid when: province's length doesn't exceed 250 characters


status: TrackingEventStatus

Event status


zip: String

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

Valid when: zip's length doesn't exceed 250 characters


Used By

Mutations

orderFulfillmentsEventsCreate

Preview (typescript)

Loading module