Skip to main content
Anchor to FulfillmentEventCreatePayload

FulfillmentEventCreatePayload

payload

Return type for fulfillmentEventCreate mutation.

•FulfillmentEvent

The created fulfillment event.

•[UserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?

Anchor to Mutations with this payloadMutations with this payload

•mutation

Creates a FulfillmentEvent to track the shipment status and location of items that have shipped. Events capture status updates like carrier pickup, in transit, out for delivery, or delivered.

Each event records the timestamp and current status of the Fulfillment. You can include optional details such as the location where the event occurred, estimated arrival time, and messages for tracking purposes.

Arguments

•FulfillmentEventInput!
required

The input fields used to create a fulfillment event for a fulfillment.



Was this section helpful?