Skip to main content
Anchor to fulfillmentEventCreate

fulfillmentEventCreate

mutation

Requires write_fulfillments access scope. Also: The user must have fulfill_and_ship_orders permission.

Creates a fulfillment event for a specified fulfillment.

FulfillmentEventInput!required

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


Was this section helpful?

Anchor to FulfillmentEventCreatePayload returnsFulfillmentEventCreatePayload returns

FulfillmentEvent

The created fulfillment event.

[UserError!]!non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?