Description
Create one or more order fulfillment tracking events.
Permission bit: "fulfillments.event"
Topic: Order Fulfillments
Arguments
data: [FulfillmentTrackingEventCreate!]!
Main argument for mutations.
Unique order fulfillment identifier. See also: Unique Identifiers
Example: "fu_EQzGqWoY"
Unique order identifier. See also: Unique Identifiers
Example: "or_EQzGqWoY"
Unique shop identifier. See also: Unique Identifiers
Example: "sh_EQzGqWoY"
Data Argument Fields
City of the event (comes from shipping provider)
Valid when: city's length doesn't exceed 250 characters
Shipping provider-specific code of the event
Example: "AFP-ER13"
Valid when: code's length doesn't exceed 250 characters
Country code of the event (comes from shipping provider)
Valid when: country's length doesn't exceed 250 characters
Free form description of the event
Example: "Arrived at facility"
Valid when: description's length doesn't exceed 250 characters
Province code of the event (comes from shipping provider)
Valid when: province's length doesn't exceed 250 characters
status: TrackingEventStatus
Event status
Zip or postal code of the event (comes from shipping provider)
Valid when: zip's length doesn't exceed 250 characters
Result
Preview (typescript)
Loading module